diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-05-26 23:09:56 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-05-26 23:09:56 -0700 |
| commit | 88593faa4777b622ed5a3208f6462cf7b307b83a (patch) | |
| tree | 7506cc6c481de1614824bd77b6ca0e2dd89328b8 /deploy | |
| parent | 4a3fe3e00cde9c9afe798686367468d85606b972 (diff) | |
pulled from master
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/mobile/image.html | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html index 6424d2a60..cca6f763b 100644 --- a/deploy/mobile/image.html +++ b/deploy/mobile/image.html @@ -1,15 +1,16 @@ <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"> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" + integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> + <script src="https://cdnjs.cloudflare.com/ajax/libs/typescript/3.3.1/typescript.min.js"></script> </head> <body> - <div id="root"> - <p>Capture Image: <input type="file" accept="image/*" id="capture"> - </div> - <script src="../imageUpload.js"></script> + <div id="root"></div> + <script src="../mobileInterface.js"></script> </body> </html>
\ No newline at end of file |
