summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
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..47eae19
--- /dev/null
+++ b/static/index.html
@@ -0,0 +1,13 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="UTF-8">
+ <title>Swimmer</title>
+ <meta name="viewport" content="width=device-width,initial-scale=1.0"></head>
+ <body>
+<script>
+ var s = document.createElement('script');
+ s.setAttribute('src', '/static/js/dist/bundle.js?' + Date.now())
+ document.body.appendChild(s)
+</script>
+</html>