diff options
| author | s1n <[email protected]> | 2019-10-24 13:32:32 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-24 13:32:32 -0700 |
| commit | 42315e5a9b11cc609c6994e42dceb77f7c1883f9 (patch) | |
| tree | a00546aebf05f27a5c4ff2b0a3a7958a14512869 | |
| parent | add refresh on media (diff) | |
| download | s1n.pw-admin-42315e5a9b11cc609c6994e42dceb77f7c1883f9.tar.xz s1n.pw-admin-42315e5a9b11cc609c6994e42dceb77f7c1883f9.zip | |
add refresh on reload
| -rw-r--r-- | 404.html | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -20,6 +20,7 @@ <link rel="stylesheet" href="/404/css/main.css"> <!-- Invisible Links --> <script src="/js/loader-animation.js"></script> + <script src="/js/refresh-on-media.js"></script> </head> <body> @@ -76,4 +77,4 @@ </div> </body> -</html>
\ No newline at end of file +</html> |