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 c079b55426f5363c03ea66bec3e4ee0faf09efac
parent 42ad27834ca7f5c6861ac7964949f9b5224002d7
Author: Asher Morgan <59518073+AsherMorgan@users.noreply.github.com>
Date:   Mon, 16 Mar 2020 07:39:46 -0700

Fix zoom issues on mobile devices.

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

diff --git a/index.html b/index.html @@ -2,6 +2,7 @@ <html lang="en"> <head> <meta charset="utf-8"/> + <meta name="viewport" content="width=device-width, user-scalable=no"/> <title>Spanish-Quizzer v2.1.0</title> <link rel="stylesheet" href="Styles.css"> <script src="Spanish Quizzer.js"></script>