diff options
author | ana <ana@ana.st> | 2021-08-08 13:51:05 +0200 |
---|---|---|
committer | ana <ana@ana.st> | 2021-08-08 13:51:05 +0200 |
commit | f331da02a0bc3cc5d3f9a6ece466db5531e316ef (patch) | |
tree | f238709fe919a035936645733ee38ea8f27b65e0 /public/index.html | |
parent | 70829a62398e862ce70cc64bbf3750fc72f21e1b (diff) | |
download | eureka-marks-f331da02a0bc3cc5d3f9a6ece466db5531e316ef.tar.gz |
feat: initial svelte setup
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> |