diff options
Diffstat (limited to 'public/index.html')
| -rw-r--r-- | public/index.html | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/public/index.html b/public/index.html index 5078682..7ad8ceb 100644 --- a/public/index.html +++ b/public/index.html @@ -55,13 +55,7 @@ content="width=device-width, initial-scale=1, maximum-scale=1" /> - <!-- Bootstrap Integration --> - <link - rel="stylesheet" - href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" - integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" - crossorigin="anonymous" - /> + <link rel="stylesheet" type="text/css" href="styles/bootstrap.min.css" /> <link rel="preconnect" href="https://fonts.gstatic.com" /> <link @@ -70,7 +64,7 @@ /> <!-- AOS --> - <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" /> + <link rel="stylesheet" type="text/css" href="styles/aos.css" /> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="apple-touch-icon" href="logo-new.png" /> |
