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 2fb7f0f689d373a916d8c0add05b291f720b04cd
parent 3b65023bf7c41d4f18fd944614a645da47c8ba18
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Sun,  5 Apr 2020 16:06:31 -0700

Add favicon.

Diffstat:
Afavicon.png | 0
Mindex.html | 1+
2 files changed, 1 insertion(+), 0 deletions(-)

diff --git a/favicon.png b/favicon.png Binary files differ. diff --git a/index.html b/index.html @@ -4,6 +4,7 @@ <meta charset="utf-8"/> <meta name="viewport" content="width=device-width, user-scalable=no"/> <title>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>