diff options
author | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2020-01-11 19:00:13 +0100 |
---|---|---|
committer | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2020-01-11 19:00:13 +0100 |
commit | 5dcdf0ab716c9edefb448a4b12e8225bd921c8e7 (patch) | |
tree | 86cea8f5b1a7888222af30c44fbae5ae7c3901bb /src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html | |
parent | 0c94ea210579436f5a1723117f83ced974517b55 (diff) |
Split attrib chart and adding zones
Diffstat (limited to 'src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html')
-rw-r--r-- | src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html index 043ac76..47b19af 100644 --- a/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html +++ b/src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html @@ -6,8 +6,6 @@ <meta charset="UTF-8"> <title>CloudAtlas Client - home</title> <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous"> - <link rel="preload" href="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js" as="script"> - <link rel="preload" href="https://www.gstatic.com/charts/loader.js" as="script"> </head> <body> |