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 32a33712e5958f9c9b94f7947ae25073e599b196
parent eb0d716560927294523b55752bfa2be0b0b679ee
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Sat, 18 Apr 2020 19:24:22 -0700

Fix reference tables favicon issue.

Diffstat:
MReference/index.html | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Reference/index.html b/Reference/index.html @@ -4,8 +4,8 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, user-scalable=no"/> <title>Reference Tables - Spanish-Quizzer</title> - <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="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="../Styles.css"> <script src="https://unpkg.com/papaparse@5.1.1/papaparse.min.js"></script> <script src="index.js"></script>