diff options
author | Devaev Maxim <[email protected]> | 2020-07-14 12:28:57 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2020-07-14 12:28:57 +0300 |
commit | 9b3e1137722276cb471a24591f8b8ab7adaca276 (patch) | |
tree | b72b0acc98e6ed8eba9b06c3e2861608695b9dbc /web/start.pug | |
parent | e2f2e8b3595f475222dc11067ef33bfbf410711d (diff) |
pug
Diffstat (limited to 'web/start.pug')
-rw-r--r-- | web/start.pug | 14 |
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 |