summaryrefslogtreecommitdiff
path: root/views/index.hbs
diff options
context:
space:
mode:
authorJoseph Ditton <jditton.atomic@gmail.com>2021-11-16 19:14:46 -0700
committerJoseph Ditton <jditton.atomic@gmail.com>2021-11-16 19:14:46 -0700
commitcba40b6aff598e821199c186c5f1795e5252bab9 (patch)
treea5e4ad3bae238c3921e10956f21f84ca352c7d6d /views/index.hbs
parente5f684001370d6f6348fd26f97bc26c765deb934 (diff)
downloadlocchat-cba40b6aff598e821199c186c5f1795e5252bab9.tar.gz
locchat-cba40b6aff598e821199c186c5f1795e5252bab9.zip
separate client and server apps
Diffstat (limited to 'views/index.hbs')
-rw-r--r--views/index.hbs9
1 files changed, 9 insertions, 0 deletions
diff --git a/views/index.hbs b/views/index.hbs
new file mode 100644
index 0000000..8cf9269
--- /dev/null
+++ b/views/index.hbs
@@ -0,0 +1,9 @@
+<html>
+ <head>
+
+ </head>
+ <body>
+ <div id="app" />
+ <script src="index.js"></script>
+ </body>
+</html> \ No newline at end of file