diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-04-01 22:04:42 -0400 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-04-01 22:04:42 -0400 |
| commit | 945fb1c28fa94ee1d2448381d7dd55b99214aad4 (patch) | |
| tree | 21226d9b0f4e7a4e593f01c7a7d77890aef1391a /build | |
| parent | dd561b6b81a2832972d15e6226327a49ec1cdf06 (diff) | |
icon not working
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> |
