aboutsummaryrefslogtreecommitdiff
path: root/templates/register.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/register.html')
-rw-r--r--templates/register.html28
1 files changed, 0 insertions, 28 deletions
diff --git a/templates/register.html b/templates/register.html
deleted file mode 100644
index b026d33..0000000
--- a/templates/register.html
+++ /dev/null
@@ -1,28 +0,0 @@
-{{template "layout.html" .}}
-{{define "title"}} Initial Setup {{end}}
-{{define "content"}}
-<h1>Initial Setup</h1>
-<form action="/initial" method="post">
- <div class="field">
- <label class="label">Username</label>
- <div class="control">
- <input class="input" name="username" type="text">
- </div>
- </div>
- <div class="field">
- <label class="label">Password</label>
- <div class="control">
- <input class="input" name="password" type="password">
- </div>
- </div>
- <div class="field">
- <label class="label">Root folder</label>
- <div class="control">
- <input class="input" name="path" type="text">
- </div>
- </div>
- <div class="field">
- <input class="button is-pulled-right" value="Save" type="submit">
- </div>
-</form>
-{{end}}