summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2022-08-22 15:28:10 +0200
committerTom Smeding <tom@tomsmeding.com>2022-08-22 15:28:10 +0200
commitd1c02019db9a6fb2ab053091c9a4a32dc00b8b50 (patch)
treedbe9b8846f14d0aa65bb34cdcb0cc8c4d7031d1f /static/index.html
Initial
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html13
1 files changed, 13 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html
new file mode 100644
index 0000000..67ba2f8
--- /dev/null
+++ b/static/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="utf-8">
+<title>List</title>
+<script src="/socket.io/socket.io.js"></script>
+<script src="/index.js"></script>
+<link rel="stylesheet" href="/index.css">
+</head>
+<body>
+ <div id="list"></div>
+</body>
+</html>