diff options
| author | s1nical <[email protected]> | 2019-08-27 21:45:13 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-27 21:45:13 -0700 |
| commit | 222de4e91ac1ba9340b50ab299735ff7d88d0e35 (patch) | |
| tree | 0fcfaa7a1264952dc80959489635590fdb9062f2 /about | |
| parent | add about redirect to konami nav bar (diff) | |
| download | s1n.pw-admin-222de4e91ac1ba9340b50ab299735ff7d88d0e35.tar.xz s1n.pw-admin-222de4e91ac1ba9340b50ab299735ff7d88d0e35.zip | |
seperate mobile/desktop redirects
Diffstat (limited to 'about')
| -rw-r--r-- | about/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/about/index.html b/about/index.html index 90c45a9..dfbdc3e 100644 --- a/about/index.html +++ b/about/index.html @@ -12,6 +12,7 @@ <link rel="stylesheet" href="/about/css/navigation-bar.css"> <link rel="stylesheet" href="/about/css/loader-animation.css"> <script src="/js/loader-animation.js"></script> + <script src="/js/redirect-to-mobile.js"></script> </head> <body> <script src="/js/background-sparkles.js"></script> |