spanish-quizzer

An app to quiz you on Spanish vocabulary and verb conjugations
git clone https://git.ashermorgan.net/spanish-quizzer/
Log | Files | Refs | README

commit be757a97b76a9cacb01c9a72f268e17410a6f3b1
parent 17f06ba0dbafb029d1b5bf802aa0a1488f7658a8
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Sat, 27 Mar 2021 14:06:13 -0700

Implement dark theme in 404 page

Diffstat:
M404.html | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/404.html b/404.html @@ -4,13 +4,14 @@ <meta charset="utf-8"/> <title>404 Not Found - Spanish-Quizzer</title> <meta name="description" content="Quiz yourself on Spanish vocabulary and conjugations through a free and highly customizable web interface."> - <meta name="viewport" content="width=device-width, user-scalable=no"/> + <meta name="viewport" content="width=device-width"/> <link rel="icon" type="image/png" href="https://ashermorgan.github.io/Spanish-Quizzer/images/favicon-32.png"> <link rel="apple-touch-icon" sizes="180x180" href="https://ashermorgan.github.io/Spanish-Quizzer/images/favicon-180.png"> <link rel="stylesheet" href="https://ashermorgan.github.io/Spanish-Quizzer/css/global.css"/> <link rel="stylesheet" href="https://ashermorgan.github.io/Spanish-Quizzer/css/404.css"/> + <script src="https://ashermorgan.github.io/Spanish-Quizzer/js/global.js"></script> </head> - <body> + <body onload="SetTheme();"> <header>Spanish-Quizzer</header> <main> <h1>404 Not Found</h1>