diff options
author | tschicke-brown <tyler_schicke@brown.edu> | 2019-02-05 19:38:12 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-05 19:38:12 -0500 |
commit | f201a0689495263bb381ba738a8fb95c41c7d0f2 (patch) | |
tree | 94d6ccf16572463520fd744e41988b1dc8c7b7e3 /deploy | |
parent | 6e66f8b227c730e07863a93a8bce5ee0d51d2ddc (diff) | |
parent | 6a13071a695732b2235f988278c52d0072af0fb5 (diff) |
Merge pull request #4 from browngraphicslab/scripting
Scripting
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 |