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/login/index.pug | |
parent | e2f2e8b3595f475222dc11067ef33bfbf410711d (diff) |
pug
Diffstat (limited to 'web/login/index.pug')
-rw-r--r-- | web/login/index.pug | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/web/login/index.pug b/web/login/index.pug new file mode 100644 index 00000000..0ef8af5e --- /dev/null +++ b/web/login/index.pug @@ -0,0 +1,26 @@ +extends ../base.pug + +append vars + - title = "Pi-KVM Login" + - main_js = "login/main" + - css_list = css_list.concat(["window", "modal", "login/login"]) + +block body + div(id="login-box") + div(id="login") + table + tr + td Username: + td #[input(type="text" id="user-input")] + tr + td Password: + td #[input(type="password" id="passwd-input")] + tr + td + td #[button(id="login-button") Login] + + ul(class="footer") + li(class="footer-left") + | This site is actively using JavaScript.#[br] + | It doesn't contain ads, but is blocked by some ad filters.#[br] + | Please turn it off to continue and reload the page. |