commit 0a8c7e0209acf13b8bff777b929027fcc97668e7
parent a65aa3154483c606883e1afa50418c76fd411d44
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date: Sun, 19 Apr 2020 08:56:41 -0700
Implement meta description tag in index.html.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
@@ -2,8 +2,9 @@
<html lang="en">
<head>
<meta charset="utf-8"/>
- <meta name="viewport" content="width=device-width, user-scalable=no"/>
<title>Spanish-Quizzer</title>
+ <meta name="description" content="Quiz yourself on Spanish vocabulary through a free and highly customizable web interface.">
+ <meta name="viewport" content="width=device-width, user-scalable=no"/>
<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/Global.css">