diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-27 15:35:08 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-27 15:35:08 -0500 |
| commit | c6ce284c0938587df5a0fa759587b33f8beaa68f (patch) | |
| tree | 7493bed65ebc4df8670d2f43e83b3162de1589d9 /build/index.html | |
| parent | 09f0bebe4ac64250769297ccf64c33217b8db66a (diff) | |
| parent | 42b2b9df4e502986d630df40e12f78d7fa54667b (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web
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 |
