commit f991968a72b791466761be4f650b655e59d14831
parent 29a584b367f1ee7663c69b8342fc7c5445ca2ba8
Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com>
Date: Wed, 3 Mar 2021 19:42:17 -0800
Add icons
Diffstat:
9 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/404.html b/404.html
@@ -6,7 +6,7 @@
<meta name="description" content="Quiz yourself on Spanish vocabulary and conjugations 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="https://ashermorgan.github.io/Spanish-Quizzer/images/favicon-32.png">
- <link rel="apple-touch-icon" sizes="180x180" href="https://ashermorgan.github.io/Spanish-Quizzer/images/apple-touch-icon.png">
+ <link rel="apple-touch-icon" sizes="180x180" href="https://ashermorgan.github.io/Spanish-Quizzer/images/favicon-180.png">
<link rel="stylesheet" href="https://ashermorgan.github.io/Spanish-Quizzer/css/global.css"/>
</head>
<body>
diff --git a/data/index.html b/data/index.html
@@ -6,7 +6,7 @@
<meta name="description" content="Quiz yourself on Spanish vocabulary and conjugations 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="apple-touch-icon" sizes="180x180" href="../images/favicon-180.png">
<link rel="stylesheet" href="../css/global.css">
<link rel="stylesheet" href="../css/data.css">
<script src="../js/global.js"></script>
diff --git a/images/apple-touch-icon.png b/images/favicon-180.png
Binary files differ.
diff --git a/images/favicon-192-maskable.png b/images/favicon-192-maskable.png
Binary files differ.
diff --git a/images/favicon-192.png b/images/favicon-192.png
Binary files differ.
diff --git a/images/favicon-512-maskable.png b/images/favicon-512-maskable.png
Binary files differ.
diff --git a/images/favicon-512.png b/images/favicon-512.png
Binary files differ.
diff --git a/index.html b/index.html
@@ -6,7 +6,7 @@
<meta name="description" content="Quiz yourself on Spanish vocabulary and conjugations through a free and highly customizable web interface.">
<meta name="viewport" content="width=device-width">
<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="apple-touch-icon" sizes="180x180" href="images/favicon-180.png">
<link rel="stylesheet" href="css/global.css">
<link rel="stylesheet" href="css/app.css">
<link rel="stylesheet" href="css/filtersPage.css">
diff --git a/tests/index.html b/tests/index.html
@@ -5,7 +5,7 @@
<title>Mocha Tests - Spanish-Quizzer</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<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="apple-touch-icon" sizes="180x180" href="../images/favicon-180.png">
<link rel="stylesheet" href="https://unpkg.com/mocha/mocha.css"/>
<script src="https://unpkg.com/chai/chai.js"></script>
<script src="https://unpkg.com/mocha/mocha.js"></script>