aboutsummaryrefslogtreecommitdiff
path: root/central/src/main/resources/admin/nodes/new.ftlh
diff options
context:
space:
mode:
Diffstat (limited to 'central/src/main/resources/admin/nodes/new.ftlh')
-rw-r--r--central/src/main/resources/admin/nodes/new.ftlh13
1 files changed, 13 insertions, 0 deletions
diff --git a/central/src/main/resources/admin/nodes/new.ftlh b/central/src/main/resources/admin/nodes/new.ftlh
new file mode 100644
index 0000000..30c2524
--- /dev/null
+++ b/central/src/main/resources/admin/nodes/new.ftlh
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <#include "/style.ftlh">
+ <title>Add New Node | Admin</title>
+</head>
+<body class="markdown-body">
+<h1>Add New Node</h1>
+<p>You are logged in as: ${asn}.</p>
+<#include "form.ftlh">
+</body>
+</html> \ No newline at end of file