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