aboutsummaryrefslogtreecommitdiff
path: root/templates/servers.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/servers.html')
-rw-r--r--templates/servers.html6
1 files changed, 4 insertions, 2 deletions
diff --git a/templates/servers.html b/templates/servers.html
index 9a87911..9e0a437 100644
--- a/templates/servers.html
+++ b/templates/servers.html
@@ -8,16 +8,18 @@
<meta property="og:image" content="/static/favicon.ico" />
<link rel="stylesheet" href="/static/main.css">
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
- <title>Servers</title>
+ <title>Ideez</title>
</head>
<body>
+ <h3>Create your ideez server!</h3>
{{ with .Error }}
<p class="error">{{.}}</p>
{{ end}}
<form method="post" action="/server/create/">
<input name="name" type="text" placeholder="Ideez Server Name" required>
- <button>Create Server</button>
+ <button>Create</button>
</form>
<hr>
+ <p>code at <a href="https://git.spacehb.net/ideez">https://git.spacehb.net/ideez</a></p>
</body>
</html>