about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-08-08 20:13:45 +0200
committerana <ana@ana.st>2021-08-08 20:13:45 +0200
commit48e90f59ac321899c24a1cc9ae11c1d00160bcec (patch)
tree15bdec10bdd648464fbf1000ae1b8a28d380763e
parentde48a78838da040c603706c49388a1b71bd84ebd (diff)
downloadeureka-marks-48e90f59ac321899c24a1cc9ae11c1d00160bcec.tar.gz
feat: add favicon and change description
-rwxr-xr-xpublic/favicon.icobin0 -> 15406 bytes
-rw-r--r--public/index.html3
2 files changed, 2 insertions, 1 deletions
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100755
index 0000000..0ea1737
--- /dev/null
+++ b/public/favicon.ico
Binary files differdiff --git a/public/index.html b/public/index.html
index f409c12..45cbc2f 100644
--- a/public/index.html
+++ b/public/index.html
@@ -3,10 +3,11 @@
   <head>
     <meta charset="utf-8" />
     <meta name="viewport" content="width=device-width, initial-scale=1" />
-    <meta name="description" content="Starter Snowpack App" />
+    <meta name="description" content="A website to show which Eureka monsters are mutating or augmenting right now." />
     <link rel="stylesheet" href="/pure.css" />
     <link rel="stylesheet" href="/pure-responsive-grid.css" />
     <link rel="stylesheet" type="text/css" href="/index.css" />
+    <link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
     <title>FFXIV Eureka Marks</title>
   </head>
   <body>