summaryrefslogtreecommitdiff
path: root/404/alternate
diff options
context:
space:
mode:
authors1nical <[email protected]>2019-08-09 23:47:00 -0700
committers1nical <[email protected]>2019-08-09 23:47:00 -0700
commitf7ada46007e0a23fe0d7665d07f48532070f2f21 (patch)
treef5084721854a795ace2fe0f369abc6ca48371a72 /404/alternate
parentMerge branch 'master' of https://github.com/s1nical/about-me (diff)
downloads1n.pw-admin-f7ada46007e0a23fe0d7665d07f48532070f2f21.tar.xz
s1n.pw-admin-f7ada46007e0a23fe0d7665d07f48532070f2f21.zip
alternate 404 for mobile, desktop pages redirect to mobile
Diffstat (limited to '404/alternate')
-rw-r--r--404/alternate/css/main.css34
-rw-r--r--404/alternate/index.html23
2 files changed, 57 insertions, 0 deletions
diff --git a/404/alternate/css/main.css b/404/alternate/css/main.css
new file mode 100644
index 0000000..8ed83fa
--- /dev/null
+++ b/404/alternate/css/main.css
@@ -0,0 +1,34 @@
+body{font-family:sans-serif;font-weight:600}
+
+a{color:#000}
+a:hover{color:#d3d3d3}
+
+.flexbox {
+ width:95vw;
+ height:95vh;
+ display:flex;
+ align-items:center;
+ justify-content:center;
+}
+
+.content {
+ width:auto;
+ height:auto;
+ max-width:968px;
+ transition:0.33s ease
+}
+
+.flexbox:after{
+ content:"404";
+ position:absolute;
+ opacity:.1;
+ z-index:-1;
+ font-size:24rem;
+ transition:0.33s ease
+}
+
+@media(max-width:648px){
+ .flexbox:after{
+ font-size:12em
+ }
+} \ No newline at end of file
diff --git a/404/alternate/index.html b/404/alternate/index.html
new file mode 100644
index 0000000..24325d7
--- /dev/null
+++ b/404/alternate/index.html
@@ -0,0 +1,23 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <meta http-equiv="X-UA-Compatible" content="ie=edge">
+ <title>s1nical - Hidden 404</title>
+ <link rel="stylesheet" href="./css/main.css">
+</head>
+ <body>
+ <div class="flexbox">
+ <div class="content">
+ <p>The page you are looking for cannot be found, <a title="Go back to the archive index" class="linkUnder" href="https://s1n.pw/">follow this link to go back to the archive index</a>, or press "back" in your browser to return to a previously known page.</p>
+ <p>La página que estás buscando no puede ser encontrada, <a title="Vuelve al índice del archivo" class="linkUnder" href="https://s1n.pw/">sigue éste enlace para volver al índice del archivo</a>, o usa el botón de "volver" en tu navegador para regresar a la última página conocida.</p>
+ <p>La page que vous recherchez ne peut être trouvée, <a title="Go back to the archive index" class="linkUnder" href="https://s1n.pw/">suivez ce lien pour revenir à l'index de l'archive</a>, ou appuyez sur "retour" dans votre navigateur pour revenir à une page précédemment connu.</p>
+ <p>Die Seite, die Sie suchen, kann nicht gefunden werden, <a title="Zurück zum Archiv-Index" class="linkUnder" href="https://s1n.pw/">folgen Sie diesem Link zum Archiv Index zurück zu gehen</a>, oder drücken Sie "wieder" in Ihren Browser auf eine bereits bekannte Seite zurückzukehren.</p>
+ <p>La pagina che stai cercando non può essere trovato, <a title ="Torna all'indice dell'archivio" class="linkUnder" href="https://s1n.pw/">segui questo link per tornare all'indice archivio</a>, oppure "premere" di nuovo nel tuo browser per tornare alla pagina precedentemente conosciuto.</p>
+ <p>あなたは見つけることができません探しているページは、<a title="アーカイブインデックスに戻ります" class="linkUnder" href="https://s1n.pw/">以前から知られているページに戻るに戻ってブラウザでこのアーカイブインデックスに戻るためのリンク</a>、またはプレスに従ってください。</p>
+ <p>您正在寻找无法找到该网页,<a title="回到存档的索引" class="linkUnder" href="https://s1n.pw/">请点击此链接返回到存档的索引</a>,或者按回到你的浏览器“返回”到先前已知网页。</p>
+ </div>
+ </div>
+ </body>
+</html> \ No newline at end of file