diff options
| author | s1nical <[email protected]> | 2019-08-11 01:15:32 -0700 |
|---|---|---|
| committer | s1nical <[email protected]> | 2019-08-11 01:15:32 -0700 |
| commit | 3275bc90c995568b7be72c10a2795b808ac6c92b (patch) | |
| tree | baa779da650e2063b99f251cee8680ab2b441132 /doge | |
| parent | fixed favicon issue (diff) | |
| download | s1n.pw-admin-3275bc90c995568b7be72c10a2795b808ac6c92b.tar.xz s1n.pw-admin-3275bc90c995568b7be72c10a2795b808ac6c92b.zip | |
replace "./" with absolute paths, added mobile redirects, added path reference
Diffstat (limited to 'doge')
| -rw-r--r-- | doge/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doge/index.html b/doge/index.html index d0f02bc..f7703e3 100644 --- a/doge/index.html +++ b/doge/index.html @@ -5,8 +5,8 @@ <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>s1nical - Doge in space</title>
- <link rel="stylesheet" href="css/main.css">
- <link rel="shortcut icon" href="favicon.png" type="image/x-icon">
+ <link rel="stylesheet" href="/doge/css/main.css">
+ <link rel="shortcut icon" href="/favicon.png" type="image/x-icon">
</head>
<body>
<div class="rotate-container rotate-container-1">
|