diff options
Diffstat (limited to 'build')
| -rw-r--r-- | build/index.html | 21 |
1 files changed, 12 insertions, 9 deletions
diff --git a/build/index.html b/build/index.html index 01ffe3140..4027667cd 100644 --- a/build/index.html +++ b/build/index.html @@ -1,10 +1,13 @@ <html> - <head> - <title>Dash Web</title> - <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> - </head> - <body> - <div id="root"></div> - <script src="./bundle.js"></script> - </body> -</html> + +<head> + <title>Dash Web</title> + <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> +</head> + +<body> + <div id="root"></div> + <script src="./bundle.js"></script> +</body> + +</html>
\ No newline at end of file |
