diff options
author | Magdalena GrodziĆska <mag.grodzinska@gmail.com> | 2020-01-11 12:59:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-11 12:59:05 +0100 |
commit | f54068421c2b4883b3fbcc4e003d83ff528b5cc4 (patch) | |
tree | f51ff1d4dfe7599eb513b093a27674cd20f78888 /src/main/resources/pl/edu/mimuw/cloudatlas/client/templates/home.html | |
parent | ea35ef1c86401257d82daf978d5870285f7c163e (diff) | |
parent | fb16df8494e39327038a78b768538fefa3025337 (diff) |
Merge pull request #95 from m-chrzan/small_fixes
Small fixes
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, 2 insertions, 0 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 47b19af..043ac76 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,6 +6,8 @@ <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> |