diff options
| author | Monika Hedman <monika_hedman@brown.edu> | 2019-04-02 18:17:53 -0400 |
|---|---|---|
| committer | Monika Hedman <monika_hedman@brown.edu> | 2019-04-02 18:17:53 -0400 |
| commit | bc572b4459455e6b046972b0f984868acc6701b5 (patch) | |
| tree | 83128f761d97589c6686c40b4935e578c5bfb70a /build/index.html | |
| parent | fb5a34562b6855f3c9695e556497203577129a6d (diff) | |
clean up AGAIN
Diffstat (limited to 'build/index.html')
| -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 |
