diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 16:09:59 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 16:09:59 +0200 |
| commit | 2db55c3d261ddee52019bbd06dc5f6545db39c16 (patch) | |
| tree | 4afe164982b81ca8cbd239e9f08567e8ae7fb2cf /static | |
| parent | 42d5e59335d97aa0cf165f2aedf8d04f60db9310 (diff) | |
form for making a new graph. add username field to db
Diffstat (limited to 'static')
| -rw-r--r-- | static/index.html | 13 |
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> |
