auth: add login button

pull/1/head
palid 2023-09-09 19:25:44 +02:00
parent f8b3dd6bf7
commit 156df0a8a5
Signed by: palid
SSH Key Fingerprint: SHA256:Mus3wCd2x6nxtARI0DpWGT7lIWbNy3R90BVDg0j35PI
1 changed files with 5 additions and 0 deletions

View File

@ -59,10 +59,15 @@
animation-duration: 1s;
animation-iteration-count: infinite;
}
a {
font-size: 4rem;
}
</style>
<html lang="en">
<div id="app">
<div>403</div>
<div class="txt">Forbidden<span class="blink">_</span></div>
<div><a href="/admin/login">Login</a></div>
</div>
</html>