about summary refs log tree commit diff stats
path: root/public/index.html
blob: 45cbc2f4685b196818fe81d18d2382ea4d4271f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <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>
    <script type="module" src="/dist/index.js"></script>
  </body>
</html>