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 a0daf7a7cd59001c3aa2b92a3ae8aaf77741547d
parent 6613ad1defa6cdc958064b27f2e968236510c5c9
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Tue,  7 Apr 2020 16:52:55 -0700

Add favicon to reference tables page.

Diffstat:
MReference/index.html | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/Reference/index.html b/Reference/index.html @@ -4,6 +4,7 @@ <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="../favicon.png"> <link rel="stylesheet" href="../Styles.css"> <script src="https://unpkg.com/papaparse@5.1.1/papaparse.min.js"></script> <script src="../Filter.js"></script>