diff options
Diffstat (limited to 'deploy/mobile')
-rw-r--r-- | deploy/mobile/image.html | 2 |
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> |