aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-03-16 17:27:46 -0400
committerTyler Schicke <tyler_schicke@brown.edu>2019-03-16 17:27:46 -0400
commit991924427b7ba65f027493cbd23bb6aa3028a661 (patch)
tree834efae51ad4c379e31bb0957bdf65966afe45e3 /deploy
parent2d98a4e409a3e993b1f9378dd66e32410069de65 (diff)
Set up ink and image webpack entries
Diffstat (limited to 'deploy')
-rw-r--r--deploy/mobile/image.html13
-rw-r--r--deploy/mobile/ink.html13
2 files changed, 26 insertions, 0 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html
new file mode 100644
index 000000000..0a5f90d79
--- /dev/null
+++ b/deploy/mobile/image.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="../imageUpload.js"></script>
+</body>
+
+</html> \ No newline at end of file
diff --git a/deploy/mobile/ink.html b/deploy/mobile/ink.html
new file mode 100644
index 000000000..938d85794
--- /dev/null
+++ b/deploy/mobile/ink.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="../inkControls.js"></script>
+</body>
+
+</html> \ No newline at end of file