Add a favicon

This commit is contained in:
Eevee (Evelyn Woods) 2020-09-09 20:56:19 -06:00
parent 57ee13425e
commit 790adb34c4
2 changed files with 1 additions and 0 deletions

BIN
icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 333 B

View File

@ -4,6 +4,7 @@
<meta charset="utf8"> <meta charset="utf8">
<title>Lexy's Labyrinth</title> <title>Lexy's Labyrinth</title>
<link rel="stylesheet" type="text/css" href="style.css"> <link rel="stylesheet" type="text/css" href="style.css">
<link rel="shortcut icon" type="image/png" href="icon.png">
<script type="module" src="js/main.js"></script> <script type="module" src="js/main.js"></script>
<meta name="og:type" content="website"> <meta name="og:type" content="website">
<meta name="og:image" content="https://c.eev.ee/lexys-labyrinth/og-preview.png"> <meta name="og:image" content="https://c.eev.ee/lexys-labyrinth/og-preview.png">