diff options
author | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2020-01-11 20:12:29 +0100 |
---|---|---|
committer | Magdalena Grodzińska <mag.grodzinska@gmail.com> | 2020-01-11 20:12:29 +0100 |
commit | 15aa720ee781885df4e3ab12f01e95ef97039618 (patch) | |
tree | 3070e04301c8d32cc1e79d3f2607dd1474b88399 /src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html | |
parent | 3831d80df5dcd5d75d95308c8906dd9e3c054334 (diff) | |
parent | 75d1a57f80883867c94b133da417d484cc5c54cc (diff) |
Merge branch 'add_addr_config' of github.com:m-chrzan/CloudAtlas into add_addr_config
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> |