diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 16:20:01 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-06-02 16:20:01 +0200 |
| commit | 3b00ca8991f7092aa1cb3d584df12a0368f4fa4b (patch) | |
| tree | 47efdb9f7dbbd226fd7c43111e7e052467f47618 /static/index.html | |
| parent | 2db55c3d261ddee52019bbd06dc5f6545db39c16 (diff) | |
form works! add graph reducer, fonts
Diffstat (limited to 'static/index.html')
| -rw-r--r-- | static/index.html | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/static/index.html b/static/index.html index 47eae19..7c26d05 100644 --- a/static/index.html +++ b/static/index.html @@ -1,10 +1,14 @@ <!DOCTYPE html> <html> - <head> - <meta charset="UTF-8"> - <title>Swimmer</title> - <meta name="viewport" content="width=device-width,initial-scale=1.0"></head> - <body> +<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()) |
