diff options
| author | bobzel <zzzman@gmail.com> | 2020-07-02 14:43:04 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-07-02 14:43:04 -0400 |
| commit | da0b78bb21d29cb861e1b684023b991b9f95e62b (patch) | |
| tree | 9e37ba065eb90ad7e716d41bd2f85ecc3b003dc7 /deploy | |
| parent | d8fe61a05e676fb9e44a191b6090d3274963e836 (diff) | |
| parent | 59868be3182e049297f7f86da368cf2733870fb2 (diff) | |
Merge pull request #426 from browngraphicslab/mobile_revision_direct
Dash Mobile
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/mobile/image.html | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html index 6424d2a60..d30ad6ac2 100644 --- a/deploy/mobile/image.html +++ b/deploy/mobile/image.html @@ -1,15 +1,14 @@ <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="../imageUpload.js"></script> + <script src="../mobileInterface.js"></script> </body> </html>
\ No newline at end of file |
