diff options
| author | madelinegr <laura_wilson@brown.edu> | 2019-02-27 15:52:59 -0500 |
|---|---|---|
| committer | madelinegr <laura_wilson@brown.edu> | 2019-02-27 15:52:59 -0500 |
| commit | 4d356d098e44d3d736358d166e905aec1de9c4d6 (patch) | |
| tree | b4d00bebaa3bd76378ef0205855ea810b0e44e89 /build/index.html | |
| parent | f7829f425e1ccbc6baa2059c91fa914d21963440 (diff) | |
| parent | c6ce284c0938587df5a0fa759587b33f8beaa68f (diff) | |
merged
Diffstat (limited to 'build/index.html')
| -rw-r--r-- | build/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/build/index.html b/build/index.html new file mode 100644 index 000000000..fda212af4 --- /dev/null +++ b/build/index.html @@ -0,0 +1,12 @@ +<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 |
