1
0
Fork 0

404: fix wrong status code in html

This commit is contained in:
Dariusz Niemczyk 2023-08-25 21:52:13 +02:00
parent f92635f5f3
commit daea8dda22
No known key found for this signature in database
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>