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 a160ae738bca6b69985180b93ff75ea3545f1af5
parent cad2bd5781b8b13b95066dee1f67c884c1c45c86
Author: Asher Morgan <Asherfmorgan@gmail.com>
Date:   Fri, 13 Mar 2020 11:07:58 -0700

Update version in index.html.

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

diff --git a/index.html b/index.html @@ -2,14 +2,14 @@ <html lang="en"> <head> <meta charset="utf-8"/> - <title>Spanish-Quizzer v1.0.0</title> + <title>Spanish-Quizzer v2.0.0</title> <script src="Spanish Quizzer.js"></script> <script src="https://unpkg.com/papaparse@5.1.1/papaparse.min.js"></script> </head> <body onload="Load()"> <div style="text-align: center;"> - <label style="font-family: Arial; font-size: 25px; font-weight: bold;">Spanish-Quizzer v1.0.0</label> + <label style="font-family: Arial; font-size: 25px; font-weight: bold;">Spanish-Quizzer v2.0.0</label> <br/> <a href="https://github.com/AsherMorgan/Spanish-Quizzer">View GitHub page</a> </div>