aboutsummaryrefslogtreecommitdiff
path: root/deploy/mobile/image.html
diff options
context:
space:
mode:
authorAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-17 00:15:40 -0400
committerAndrew Kim <andrewdkim@users.noreply.github.com>2019-03-17 00:15:40 -0400
commita4fa90e0d376a993392c0eff143a5c387e387980 (patch)
tree7cc94292fa6818ebb04400a860115bc235f2bd44 /deploy/mobile/image.html
parenteeae1bd225080e900d78d41dca3ec62d16d47e6f (diff)
testing mobile image
Diffstat (limited to 'deploy/mobile/image.html')
-rw-r--r--deploy/mobile/image.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html
index 52fad97b0..ae39a5217 100644
--- a/deploy/mobile/image.html
+++ b/deploy/mobile/image.html
@@ -7,7 +7,7 @@
<body>
<div id="root">
- <button> hi</button>
+ <p>Capture Image: <input type="file" accept="image/*" id="capture" capture="camera">
</div>
<script src="../imageUpload.js"></script>
</body>