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 /development | |
| 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 'development')
| -rw-r--r-- | development/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/development/index.html b/development/index.html index 41ee390..e79f662 100644 --- a/development/index.html +++ b/development/index.html @@ -7,6 +7,7 @@ <title>s1nical - Development</title> <link rel="stylesheet" href="/development/css/main.css"> <script src="/js/hide-context-menu.js"></script> + <script src="/js/redirect-to-mobile.js"></script> <link rel="stylesheet" href="/css/no-text-highlighting.css"> </head> <body> |