diff options
| author | tschicke-brown <tyler_schicke@brown.edu> | 2019-03-18 05:25:20 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-18 05:25:20 -0400 |
| commit | 6df4833c13921dd6d69d05fa979398356d438c71 (patch) | |
| tree | fb039632f5aca76fe3dbaa2590595d2914307751 /deploy | |
| parent | f37a9c9c68f25fc9a163e6930d9964a0646574fc (diff) | |
| parent | bf115e59b983efb5c38b419c3b355fed22e89a97 (diff) | |
Merge pull request #63 from browngraphicslab/server_dev
Phone image upload
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/mobile/image.html | 15 | ||||
| -rw-r--r-- | deploy/mobile/ink.html | 13 |
2 files changed, 28 insertions, 0 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html new file mode 100644 index 000000000..6424d2a60 --- /dev/null +++ b/deploy/mobile/image.html @@ -0,0 +1,15 @@ +<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"> + <p>Capture Image: <input type="file" accept="image/*" id="capture"> + </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 |
