diff options
Diffstat (limited to 'build')
| -rw-r--r-- | build/index.html | 24 |
1 files changed, 10 insertions, 14 deletions
diff --git a/build/index.html b/build/index.html index 2818d7c8b..fda212af4 100644 --- a/build/index.html +++ b/build/index.html @@ -1,16 +1,12 @@ <html> - <head> - <title>Dash Web</title> - <link - rel="stylesheet" - href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" - integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" - crossorigin="anonymous" - /> - </head> - <body> - <div id="root"></div> - <script src="./bundle.js"></script> - </body> -</html> +<head> + <title>Dash Web</title> +</head> + +<body> + <div id="root"></div> + <script src="./bundle.js"></script> +</body> + +</html>
\ No newline at end of file |
