aboutsummaryrefslogtreecommitdiff
path: root/frontend/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/index.html')
-rw-r--r--frontend/index.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/index.html b/frontend/index.html
new file mode 100644
index 0000000..1b9c37e
--- /dev/null
+++ b/frontend/index.html
@@ -0,0 +1,12 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta content="width=device-width, initial-scale=1.0" name="viewport" />
+ <title>deepcool-display-linux</title>
+ </head>
+ <body>
+ <div id="app"></div>
+ <script src="./src/main.jsx" type="module"></script>
+ </body>
+</html>