summaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html
new file mode 100644
index 0000000..1b3628c
--- /dev/null
+++ b/frontend/index.html
@@ -0,0 +1,22 @@
+<!doctype html>
+<html lang="en" data-theme="light">
+
+<head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="color-scheme" content="light dark">
+ <link rel="icon" type="image/svg+xml" href="/vite.svg" />
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.classless.orange.min.css">
+ <link rel="preconnect" href="https://fonts.googleapis.com">
+ <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
+ <link href="https://fonts.googleapis.com/css2?family=Parkinsans:wght@300..800&display=swap" rel="stylesheet">
+
+
+ <title>Event Me</title>
+</head>
+
+<body id="app">
+ <script type="module" src="/src/main.js"></script>
+</body>
+
+</html> \ No newline at end of file