diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-07 21:22:25 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-06-07 21:22:25 -0700 |
| commit | 0bd7f4f85be56de4326f0671453fc5e5e917a5d0 (patch) | |
| tree | dabf5de108f178b9327a1680c9aa424a866995ae /deploy | |
| parent | 336ca68149f23a133f2f908998987b47d3ac3cc8 (diff) | |
pull current work in
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/mobile/image.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html index beca8b68b..d30ad6ac2 100644 --- a/deploy/mobile/image.html +++ b/deploy/mobile/image.html @@ -1,13 +1,12 @@ <html> <head> - <title>Test view</title> + <title>Dash Mobile</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="../mobileInterface.js"></script> </body> |
