diff options
Diffstat (limited to 'frontend/public/index.html')
-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> |