diff options
| author | s1n <[email protected]> | 2019-07-27 15:15:30 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-07-27 15:15:30 -0700 |
| commit | 16b04a5029704639ff5eca775053eeac40838da4 (patch) | |
| tree | 2ef13cd58b64d4f178f9caf16a4cb36100b78974 /404.html | |
| parent | new 404 hopefully (diff) | |
| download | s1n.pw-admin-16b04a5029704639ff5eca775053eeac40838da4.tar.xz s1n.pw-admin-16b04a5029704639ff5eca775053eeac40838da4.zip | |
fix jquery linking issue
Diffstat (limited to '404.html')
| -rw-r--r-- | 404.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -6,6 +6,7 @@ <meta http-equiv="X-UA-Compatible" content="ie=edge"> <title>s1nical - 404</title> <link rel="stylesheet" href="404/css/main.css"> + <script src="https://code.jquery.com/jquery-1.10.2.js"></script> </head> <body> |