diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-06 16:11:42 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-06 16:11:42 -0500 |
| commit | 59d5992f2a101eff7743328c3fdefe6a0006ada9 (patch) | |
| tree | b28dbb2e06f1fffeafcd2b43845072f9f3f6f1fc /deploy | |
| parent | 7598b88bbad9690c59f8b164144aa0d02a0a211f (diff) | |
| parent | 84eea14a86265ce0585342d9f3a3c4107c02df17 (diff) | |
woring db stub.
Diffstat (limited to 'deploy')
| -rw-r--r-- | deploy/index.html | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/deploy/index.html b/deploy/index.html index 01ffe3140..e0892662a 100644 --- a/deploy/index.html +++ b/deploy/index.html @@ -1,10 +1,14 @@ <html> - <head> - <title>Dash Web</title> - <link href="https://fonts.googleapis.com/css?family=Fjalla+One|Hind+Siliguri:300" rel="stylesheet"> - </head> - <body> - <div id="root"></div> - <script src="./bundle.js"></script> - </body> -</html> + +<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> + +<body> + <div id="root"></div> + <script src="./bundle.js"></script> +</body> + +</html>
\ No newline at end of file |
