diff options
author | ana <ana@ana.st> | 2021-08-08 20:13:45 +0200 |
---|---|---|
committer | ana <ana@ana.st> | 2021-08-08 20:13:45 +0200 |
commit | 48e90f59ac321899c24a1cc9ae11c1d00160bcec (patch) | |
tree | 15bdec10bdd648464fbf1000ae1b8a28d380763e /public | |
parent | de48a78838da040c603706c49388a1b71bd84ebd (diff) | |
download | eureka-marks-48e90f59ac321899c24a1cc9ae11c1d00160bcec.tar.gz |
feat: add favicon and change description
Diffstat (limited to 'public')
-rwxr-xr-x | public/favicon.ico | bin | 0 -> 15406 bytes | |||
-rw-r--r-- | public/index.html | 3 |
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> |