summaryrefslogtreecommitdiff
path: root/web/start.pug
diff options
context:
space:
mode:
Diffstat (limited to 'web/start.pug')
-rw-r--r--web/start.pug14
1 files changed, 14 insertions, 0 deletions
diff --git a/web/start.pug b/web/start.pug
new file mode 100644
index 00000000..f58ccd18
--- /dev/null
+++ b/web/start.pug
@@ -0,0 +1,14 @@
+extends base.pug
+
+append vars
+ - css_list.push("start")
+ - var index_link = false
+
+block body
+ div(class="start-box")
+ div(class="start")
+ if index_link
+ a(style="display:inline-block; margin-top:4px; color:#5c90bc; text-decoration:none" href="/")
+ |   ←   [ Pi-KVM Index ]
+ hr
+ block start