From f7ada46007e0a23fe0d7665d07f48532070f2f21 Mon Sep 17 00:00:00 2001 From: s1nical Date: Fri, 9 Aug 2019 23:47:00 -0700 Subject: alternate 404 for mobile, desktop pages redirect to mobile --- 404/alternate/css/main.css | 34 ++++++++++++++++++++++++++++++++++ 404/alternate/index.html | 23 +++++++++++++++++++++++ 2 files changed, 57 insertions(+) create mode 100644 404/alternate/css/main.css create mode 100644 404/alternate/index.html (limited to '404/alternate') 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 @@ + + + + + + + s1nical - Hidden 404 + + + +
+
+

The page you are looking for cannot be found, follow this link to go back to the archive index, or press "back" in your browser to return to a previously known page.

+

La página que estás buscando no puede ser encontrada, sigue éste enlace para volver al índice del archivo, o usa el botón de "volver" en tu navegador para regresar a la última página conocida.

+

La page que vous recherchez ne peut être trouvée, suivez ce lien pour revenir à l'index de l'archive, ou appuyez sur "retour" dans votre navigateur pour revenir à une page précédemment connu.

+

Die Seite, die Sie suchen, kann nicht gefunden werden, folgen Sie diesem Link zum Archiv Index zurück zu gehen, oder drücken Sie "wieder" in Ihren Browser auf eine bereits bekannte Seite zurückzukehren.

+

La pagina che stai cercando non può essere trovato, segui questo link per tornare all'indice archivio, oppure "premere" di nuovo nel tuo browser per tornare alla pagina precedentemente conosciuto.

+

あなたは見つけることができません探しているページは、以前から知られているページに戻るに戻ってブラウザでこのアーカイブインデックスに戻るためのリンク、またはプレスに従ってください。

+

您正在寻找无法找到该网页,请点击此链接返回到存档的索引,或者按回到你的浏览器“返回”到先前已知网页。

+
+
+ + \ No newline at end of file -- cgit v1.2.3