Update 404.html

This commit is contained in:
FURK4NGG
2025-03-28 14:00:22 +03:00
committed by GitHub
parent 31d4ae14ac
commit 181037ff43
+1
View File
@@ -50,6 +50,7 @@
<svg></svg> <svg></svg>
<p class="output">Please try to <a href="javascript:history.back()">go back</a> or <a href="/">return to the homepage</a>.</p> <p class="output">Please try to <a href="javascript:history.back()">go back</a> or <a href="/">return to the homepage</a>.</p>
<script src="/JAVASCRIPT/darkmode-js.min.js"></script>
<script> <script>
const darkmode = new Darkmode(options); const darkmode = new Darkmode(options);
darkmode.showWidget(); darkmode.showWidget();