diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-04 22:20:27 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-05 18:48:53 -0500 |
| commit | fa2c1b3304cd55654e23a3bf3d3b0ec6d7f6d9a0 (patch) | |
| tree | 0c4a36ee576226daec098f777e58147c1ff909d5 /deploy | |
| parent | 136194eba78c0427926cba0be9a11650e6f4be2b (diff) | |
More scripting/typescript stuff
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 |
