diff options
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()) |
