about summary refs log tree commit diff stats
path: root/public/index.html
blob: 08635e2f4e50bd7d8f637c507589847e43b9cd64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <meta name="description" content="Starter Snowpack App" />
    <link rel="stylesheet" href="/pure.css" />
    <link rel="stylesheet" type="text/css" href="/index.css" />
    <title>FFXIV Eureka Marks</title>
  </head>
  <body>
    <script type="module" src="/dist/index.js"></script>
  </body>
</html>