summaryrefslogtreecommitdiff
path: root/front/index.html
diff options
context:
space:
mode:
authorpolwex <polwex@sortug.com>2025-09-11 01:48:14 +0700
committerpolwex <polwex@sortug.com>2025-09-11 01:48:14 +0700
commitb1d68ac307ed87d63e83820cbdf843fff0fd9f7f (patch)
treed6a684a70a80509e68ff667b842aa4e4c091906f /front/index.html
init
Diffstat (limited to 'front/index.html')
-rw-r--r--front/index.html16
1 files changed, 16 insertions, 0 deletions
diff --git a/front/index.html b/front/index.html
new file mode 100644
index 0000000..94cc361
--- /dev/null
+++ b/front/index.html
@@ -0,0 +1,16 @@
+<!doctype html>
+<html lang="en">
+
+<head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/favicon.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Nostrill</title>
+</head>
+
+<body>
+ <div id="root"></div>
+ <script type="module" src="/src/main.tsx"></script>
+</body>
+
+</html> \ No newline at end of file