diff options
author | Magdalena GrodziĆska <mag.grodzinska@gmail.com> | 2020-01-11 20:07:26 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 20:07:26 +0100 |
commit | 75d1a57f80883867c94b133da417d484cc5c54cc (patch) | |
tree | 6c1fb0f35da7e544cb5e0c2b4f28e7d8340658a0 /src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html | |
parent | 22ec12d762db07b6ecc65462b1e7cb38c8ca1578 (diff) | |
parent | 55be079e9b183c430662606548548ef935bbdf40 (diff) |
Merge branch 'master' 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> |