diff options
Diffstat (limited to 'build')
-rw-r--r-- | build/index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build/index.html b/build/index.html new file mode 100644 index 000000000..5ce31e1ce --- /dev/null +++ b/build/index.html @@ -0,0 +1,14 @@ +<html> + +<head> + <title>Dash Web</title> + <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.1/css/font-awesome.min.css"> +</head> + +<body> + <div id="root"></div> + <script src="./bundle.js"></script> +</body> + +</html>
\ No newline at end of file |