making the admin page a bit better

This commit is contained in:
2022-05-08 01:14:43 +02:00
parent 46d8bd45a8
commit 659adca258
2 changed files with 10 additions and 12 deletions

View File

@ -1,3 +1,10 @@
@include(snippets/header_admin)
<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>
@include(snippets/footer)