f0ckv2/views/admin.html

10 lines
427 B
HTML
Raw Normal View History

2021-12-26 22:11:16 +00:00
@include(snippets/header_admin)
2022-05-07 23:14:43 +00:00
<div class="container">
<h1>Henlo, {{ session.user }}</h1>
<p>Hier entsteht eine Internetpräsenz!</p>
<img src="/s/img/favicon.gif" alt="f0ck bash">
<p>@if(typeof totals !== "undefined")
total: {{ totals.total }} | tagged: {{ totals.tagged }} | untagged: {{ totals.untagged }} | sfw: {{ totals.sfw }} | nsfw: {{ totals.nsfw }}
@endif</p>
</div>
2021-12-26 22:11:16 +00:00
@include(snippets/footer)