mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-31 10:01:53 +08:00
pug
This commit is contained in:
14
web/start.pug
Normal file
14
web/start.pug
Normal 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
|
||||
Reference in New Issue
Block a user