aboutsummaryrefslogtreecommitdiff
path: root/deploy/mobile
diff options
context:
space:
mode:
authorHannah Chow <hannah_chow@brown.edu>2019-03-16 20:08:08 -0400
committerHannah Chow <hannah_chow@brown.edu>2019-03-16 20:08:08 -0400
commitf6e51d94462efb863c9aa8d0a6e9636c52f7adf5 (patch)
treee52506d5031e748a9525409617b8727937100609 /deploy/mobile
parent7d24a1a063b0a087b51a4c521479ffcb63638d98 (diff)
parent914114aaffbbd492f68c5e580acf6a28f43dc2c7 (diff)
yeet
Diffstat (limited to 'deploy/mobile')
-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>