diff options
Diffstat (limited to 'public/index.html')
-rw-r--r-- | public/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..08635e2 --- /dev/null +++ b/public/index.html @@ -0,0 +1,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> |