about summary refs log tree commit diff stats
path: root/index.html
diff options
context:
space:
mode:
authorana <ana@ana.st>2021-08-08 13:37:29 +0200
committerana <ana@ana.st>2021-08-08 13:37:29 +0200
commit70829a62398e862ce70cc64bbf3750fc72f21e1b (patch)
tree889a6e32ea9158d4972f01669e4938b03cf56732 /index.html
downloadeureka-marks-70829a62398e862ce70cc64bbf3750fc72f21e1b.tar.gz
initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..be57d3f
--- /dev/null
+++ b/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" type="text/css" href="/index.css" />
+    <title>Starter Snowpack App</title>
+  </head>
+  <body>
+    <h1>Welcome to Snowpack!</h1>
+    <script type="module" src="/index.js"></script>
+  </body>
+</html>