diff options
| author | ab <abdullah_ahmed@brown.edu> | 2019-03-09 15:59:36 -0500 |
|---|---|---|
| committer | ab <abdullah_ahmed@brown.edu> | 2019-03-09 15:59:36 -0500 |
| commit | 30b082a9d94465ae24d9c392843518e8df2c9d66 (patch) | |
| tree | 01c464b96defe06b2c99e8e298b9287901d4d9b0 /deploy/debug | |
| parent | 12d20ab1b9b843d816bde445d9b67b3aa6abc6ae (diff) | |
| parent | 96eede5f7d1706a3f7ac6ee02a85bb3da217f467 (diff) | |
merging
Diffstat (limited to 'deploy/debug')
| -rw-r--r-- | deploy/debug/test.html | 13 | ||||
| -rw-r--r-- | deploy/debug/viewer.html | 13 |
2 files changed, 26 insertions, 0 deletions
diff --git a/deploy/debug/test.html b/deploy/debug/test.html new file mode 100644 index 000000000..58febbc81 --- /dev/null +++ b/deploy/debug/test.html @@ -0,0 +1,13 @@ +<html> + +<head> + <title>Test view</title> + <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> +</head> + +<body> + <div id="root"></div> + <script src="../test.js"></script> +</body> + +</html>
\ No newline at end of file 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 |
