aboutsummaryrefslogtreecommitdiff
path: root/central/src/main/resources/manage/new.ftlh
blob: 168f6eddb0c3a04678b537f8ec9b9db7cf4218fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <#include "../style.ftlh">
    <title>Add New Peer | Manage your peering</title>
</head>
<body class="markdown-body">
<h1>Add New Peer</h1>
<p>You are logged in as: ${asn}.</p>
<#include "form.ftlh">
</body>
</html>