aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorab <abdullah_ahmed@brown.edu>2019-03-09 16:06:18 -0500
committerab <abdullah_ahmed@brown.edu>2019-03-09 16:06:18 -0500
commita2b90031fe06701b0ecc7c6fa3b48c933e4d37b8 (patch)
tree541052a97652ad25b0829685f205ec35d3976743 /deploy
parentb72ff1323bc76dc244ebe50893aa78064fd836c7 (diff)
parent09928503be98d605052fba65dcd2f91f9b056f23 (diff)
fix
Diffstat (limited to 'deploy')
-rw-r--r--deploy/debug/test.html13
-rw-r--r--deploy/debug/viewer.html13
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