404: fix wrong status code in html

pull/1/head
palid 2023-08-25 21:52:13 +02:00
parent f92635f5f3
commit daea8dda22
Signed by: palid
SSH Key Fingerprint: SHA256:Mus3wCd2x6nxtARI0DpWGT7lIWbNy3R90BVDg0j35PI
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@
</style>
<html lang="en">
<div id="app">
<div>400</div>
<div>404</div>
<div class="txt">Not found<span class="blink">_</span></div>
</div>
</html>