404.html (1134B)
1 <!DOCTYPE html> 2 <html lang="en"> 3 <head> 4 <meta charset="utf-8"/> 5 <title>404 Not Found - Spanish-Quizzer</title> 6 <meta name="description" content="Quiz yourself on Spanish vocabulary and conjugations through a free and highly customizable web interface."> 7 <meta name="viewport" content="width=device-width"/> 8 <link rel="icon" type="image/png" href="https://apps.ashermorgan.net/spanish-quizzer/images/favicon-32.png"> 9 <link rel="apple-touch-icon" sizes="180x180" href="https://apps.ashermorgan.net/spanish-quizzer/images/favicon-180.png"> 10 <link rel="stylesheet" href="https://apps.ashermorgan.net/spanish-quizzer/css/global.css"/> 11 <link rel="stylesheet" href="https://apps.ashermorgan.net/spanish-quizzer/css/404.css"/> 12 <script src="https://apps.ashermorgan.net/spanish-quizzer/js/global.js"></script> 13 </head> 14 <body onload="SetTheme();"> 15 <header>Spanish-Quizzer</header> 16 <main> 17 <h1>404 Not Found</h1> 18 <p><a href="https://apps.ashermorgan.net/spanish-quizzer">homepage</a></p> 19 </main> 20 </body> 21 </html>