about summary refs log tree commit diff stats
path: root/public/index.html
blob: 27c9d3baf772ac0a1b1dc82b316a08778c85ff56 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!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="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
    <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
    <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
    <link rel="manifest" href="/site.webmanifest">
    <title>FFXIV Eureka Marks</title>
  </head>
  <body>
    <script type="module" src="/dist/index.js"></script>
    <script data-goatcounter="https://eureka-marks.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
  </body>
</html>