aboutsummaryrefslogtreecommitdiff
path: root/resources
diff options
context:
space:
mode:
authorMiguel Ángel Moreno <mail@migalmoreno.com>2024-12-01 13:12:25 +0100
committerMiguel Ángel Moreno <mail@migalmoreno.com>2024-12-01 13:12:25 +0100
commit3951173441bcb511c8f8ae383002e6992e6409a8 (patch)
tree97e813d9e777bd140a820abeb5fe2046ec5692d3 /resources
parent187d65c126787ee4208c4c295b627f4800863f70 (diff)
chore: add development server for shadow-cljs
Diffstat (limited to 'resources')
-rw-r--r--resources/src/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/resources/src/index.html b/resources/src/index.html
new file mode 100644
index 0000000..71d7815
--- /dev/null
+++ b/resources/src/index.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta http-equiv="X-UA-Compatible" content="IE=edge">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <link rel="stylesheet" href="/styles/index.css">
+ <title>Tubo</title>
+</head>
+<body>
+ <noscript>You need to enable JavaScript to run this app.</noscript>
+ <div id="app"></div>
+ <script src="/js/main.js"></script>
+</body>
+</html>