diff options
| author | Eleanor Eng <eleanoreng@eleanors-mbp.devices.brown.edu> | 2019-02-25 18:58:45 -0500 |
|---|---|---|
| committer | Eleanor Eng <eleanoreng@eleanors-mbp.devices.brown.edu> | 2019-02-25 18:58:45 -0500 |
| commit | 8d3ebd1eb393baf37932d021d6da79d46ef96a03 (patch) | |
| tree | f6e0ef0cce9041525bcd5f6e0a37eee9226a9896 /deploy | |
| parent | fa2be8b245e4ed69b771e70a98e65176785751eb (diff) | |
| parent | 292ff1a8d75f8b15f9388d2c577e09a13836d5dc (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into contextMenu
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/debug/viewer.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/deploy/debug/viewer.html b/deploy/debug/viewer.html new file mode 100644 index 000000000..3785a6602 --- /dev/null +++ b/deploy/debug/viewer.html @@ -0,0 +1,13 @@ +<html> + +<head> + <title>Document Debugger</title> + <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> +</head> + +<body> + <div id="root"></div> + <script src="../viewer.js"></script> +</body> + +</html>
\ No newline at end of file |
