diff options
Diffstat (limited to 'deploy/index.html')
| -rw-r--r-- | deploy/index.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/deploy/index.html b/deploy/index.html new file mode 100644 index 000000000..01ffe3140 --- /dev/null +++ b/deploy/index.html @@ -0,0 +1,10 @@ +<html> + <head> + <title>Dash Web</title> + <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> + </head> + <body> + <div id="root"></div> + <script src="./bundle.js"></script> + </body> +</html> |
