diff options
| author | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-09 19:44:00 -0700 |
|---|---|---|
| committer | Lionel Han <47760119+IGoByJoe@users.noreply.github.com> | 2020-08-09 19:44:00 -0700 |
| commit | 020a3bdd02f74a1068b667eaabc070dccf1c7fa1 (patch) | |
| tree | eeb04681a54ccd0f24b4b66122bafaf2af81d77d /deploy | |
| parent | 98d753d5dd66a646f00bcdf15656f845cd27fb81 (diff) | |
| parent | 71aaf0cb07aab3896f6660c81cc7bf888cc07662 (diff) | |
pull
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/mobile/image.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/deploy/mobile/image.html b/deploy/mobile/image.html index d30ad6ac2..cca6f763b 100644 --- a/deploy/mobile/image.html +++ b/deploy/mobile/image.html @@ -3,11 +3,13 @@ <head> <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"> - </div> + <div id="root"></div> <script src="../mobileInterface.js"></script> </body> |
