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 ba70e836baaef572929508b42f32fba34c367c9f
parent da965ac326a2867fedd11c9659b65127ac8beb97
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Thu, 26 Nov 2020 20:19:34 -0800

Improve tests page.

Diffstat:
Mtests/index.html | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/tests/index.html b/tests/index.html @@ -2,8 +2,10 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <title>Mocha Tests</title> + <title>Mocha Tests - Spanish-Quizzer</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"/> + <link rel="icon" type="image/png" href="../images/favicon-32.png"> + <link rel="apple-touch-icon" sizes="180x180" href="../images/apple-touch-icon.png"> <link rel="stylesheet" href="https://unpkg.com/mocha/mocha.css"/> <script src="https://unpkg.com/chai/chai.js"></script> <script src="https://unpkg.com/mocha/mocha.js"></script> @@ -13,9 +15,6 @@ <body> <div id="mocha"></div> - <!-- To prevent document.getElementById errors --> - <div id="app" hidden></div> - <!-- Scripts being tested --> <script src="../js/global.js"></script> <script src="../js/home.js"></script>