diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --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> |