diff options
| author | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 16:32:02 -0400 |
|---|---|---|
| committer | Michael Foiani <sotech117@michaels-mbp-3.lan> | 2021-04-16 16:32:02 -0400 |
| commit | 3182aec0fa9f1707435f92b0c0644c602125b0be (patch) | |
| tree | afd03fab0ec21cfed2de1a0e2116a241f98bb7a8 /frontend | |
| parent | 579fa51b8b306fb201c799d33e633e58819463fb (diff) | |
Fixed bugs. Looking pretty good.
Diffstat (limited to 'frontend')
| -rw-r--r-- | frontend/public/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/frontend/public/index.html b/frontend/public/index.html index b38af31..19c75dd 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -23,6 +23,9 @@ work correctly both with client-side routing and a non-root public URL. Learn how to configure a non-root public URL by running `npm run build`. --> + <!-- CSS and script for the visualization library --> + <script src="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.js"></script> + <link href="https://cdnjs.cloudflare.com/ajax/libs/vis/4.21.0/vis.min.css" rel="stylesheet" type="text/css" /> <title>React App</title> </head> <body> |
