diff options
Diffstat (limited to 'build')
| -rw-r--r-- | build/index.html | 24 |
1 files changed, 14 insertions, 10 deletions
diff --git a/build/index.html b/build/index.html index fda212af4..2818d7c8b 100644 --- a/build/index.html +++ b/build/index.html @@ -1,12 +1,16 @@ <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> -<head> - <title>Dash Web</title> -</head> - -<body> - <div id="root"></div> - <script src="./bundle.js"></script> -</body> - -</html>
\ No newline at end of file + <body> + <div id="root"></div> + <script src="./bundle.js"></script> + </body> +</html> |
