summaryrefslogtreecommitdiff
path: root/animism-align/static/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2020-06-23 23:18:07 +0200
committerJules Laplace <julescarbon@gmail.com>2020-06-23 23:18:07 +0200
commit3cf70771cb45cc16ec33ffe44e7a1a4799d8f395 (patch)
tree55f0edb53141d5f043b486d722f507bfd94abdea /animism-align/static/index.html
parent014816dc724c1be60b7dd28d4e608c89b4ed451c (diff)
adding web app base
Diffstat (limited to 'animism-align/static/index.html')
-rw-r--r--animism-align/static/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/animism-align/static/index.html b/animism-align/static/index.html
new file mode 100644
index 0000000..7c26d05
--- /dev/null
+++ b/animism-align/static/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <meta charset="UTF-8">
+ <title>Swimmer</title>
+ <meta name="viewport" content="width=device-width,initial-scale=1.0">
+ <style>
+ html { background: #000; }
+ </style>
+</head>
+<body>
+<script>
+ var s = document.createElement('script');
+ s.setAttribute('src', '/static/js/dist/bundle.js?' + Date.now())
+ document.body.appendChild(s)
+</script>
+</html>