aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-05-24 00:56:32 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-05-24 00:56:32 -0400
commitdcfc5d77779117616503c31fc03f36841e25a3f9 (patch)
treefc31bed4ec807f147cbaf51c81d584377b370024 /deploy
parent34b38c7382a40fb2a117d3c7418a81b34fa7ed7f (diff)
Added basic repl page
Diffstat (limited to 'deploy')
-rw-r--r--deploy/debug/repl.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/deploy/debug/repl.html b/deploy/debug/repl.html
new file mode 100644
index 000000000..8ab07ec49
--- /dev/null
+++ b/deploy/debug/repl.html
@@ -0,0 +1,14 @@
+<html>
+
+<head>
+ <title>Debug REPL</title>
+ <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet">
+ <script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script>
+</head>
+
+<body>
+ <div id="root"></div>
+ <script src="../repl.js"></script>
+</body>
+
+</html> \ No newline at end of file