19 lines
403 B
Plaintext
19 lines
403 B
Plaintext
|
<%~ include("partials/base_head.eta", {"title": "Dashboard"}) %>
|
||
|
<%~ include("partials/nav.eta") %>
|
||
|
|
||
|
<link rel="stylesheet" href="/static/css/lockscreen.css">
|
||
|
|
||
|
<div id="credits">
|
||
|
|
||
|
</div>
|
||
|
<div id="clock">
|
||
|
<div id="time"></div>
|
||
|
<div id="date"></div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<script src="/static/js/lockscreenBgHandler.js"></script>
|
||
|
|
||
|
<%~ include("partials/footer.eta") %>
|
||
|
<%~ include("partials/base_foot.eta") %>
|