mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2025-12-12 01:00:29 +08:00
15 lines
330 B
Plaintext
15 lines
330 B
Plaintext
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="/")
|
|
| ← [ PiKVM Index ]
|
|
hr
|
|
block start
|