aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
authorAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-16 18:19:08 -0400
committerAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-16 18:19:08 -0400
commitf8a2744ea03ec03236284939d14787b04b9c8aa6 (patch)
tree8fcf1b12d1c048b24b356721d142a278514b5f9c /deploy
parentff32ee37261e5f7f57b60be9ebd8dceb83f9e87e (diff)
asdfasfd
Diffstat (limited to 'deploy')
-rw-r--r--deploy/mobile/image_upload.html13
-rw-r--r--deploy/mobile/ink_controls.html13
2 files changed, 26 insertions, 0 deletions
diff --git a/deploy/mobile/image_upload.html b/deploy/mobile/image_upload.html
new file mode 100644
index 000000000..4cfd931ac
--- /dev/null
+++ b/deploy/mobile/image_upload.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="../image_upload.js"></script>
+</body>
+
+</html> \ No newline at end of file
diff --git a/deploy/mobile/ink_controls.html b/deploy/mobile/ink_controls.html
new file mode 100644
index 000000000..725ed3685
--- /dev/null
+++ b/deploy/mobile/ink_controls.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="../ink_controls.js"></script>
+</body>
+
+</html> \ No newline at end of file