This commit is contained in:
Devaev Maxim
2020-07-14 12:28:57 +03:00
parent e2f2e8b359
commit 9b3e113772
12 changed files with 410 additions and 242 deletions

14
web/start.pug Normal file
View File

@@ -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