diff options
Diffstat (limited to 'deploy')
-rw-r--r-- | deploy/index.html | 1 | ||||
-rw-r--r-- | deploy/mobile/image.html | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/deploy/index.html b/deploy/index.html index e0892662a..130da1cb9 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -2,7 +2,6 @@ <head> <title>Dash Web</title> - <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> <script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script> </head> 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> |