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 /cars | |
| 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 'cars')
| -rw-r--r-- | cars/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cars/index.html b/cars/index.html index 793f559..391a34c 100644 --- a/cars/index.html +++ b/cars/index.html @@ -9,6 +9,7 @@ <meta name="robots" content="noindex">
<link rel="stylesheet" href="/cars/css/main.css">
<title>s1nical - Cars</title>
+ <script src="/js/redirect-to-mobile.js"></script>
</head>
<body>
|