|
14 | 14 | <link href="extensions/bootstrap5/storefront/view/bootstrap5/image/apple-touch-icon-120x120.png" rel="apple-touch-icon" sizes="120x120"> |
15 | 15 | <link href="extensions/bootstrap5/storefront/view/bootstrap5/image/apple-touch-icon-152x152.png" rel="apple-touch-icon" sizes="152x152"> |
16 | 16 | <link href="extensions/bootstrap5/storefront/view/bootstrap5/image/icon-192x192.png" rel="apple-touch-icon" sizes="192x192"> |
17 | | - <link href="extensions/bootstrap5/storefront/view/bootstrap5/css/bootstrap.min.css" rel="stylesheet" type="text/css"> |
18 | | - <link href="extensions/bootstrap5/storefront/view/bootstrap5/fontawesome/css/all.min.css" rel="stylesheet" type="text/css"> |
| 17 | + |
| 18 | + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/css/bootstrap.min.css" integrity="sha512-GQGU0fMMi238uA+a/bdWJfpUGKUkBdgfFdgBm72SUQ6BeyWjoY/ton0tEjH+OSH9iP4Dfh+7HM0I9f5eR0L/4w==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
| 19 | + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/css/bootstrap-grid.min.css" integrity="sha512-q0LpKnEKG/pAf1qi1SAyX0lCNnrlJDjAvsyaygu07x8OF4CEOpQhBnYiFW6YDUnOOcyAEiEYlV4S9vEc6akTEw==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
| 20 | + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/css/bootstrap-reboot.min.css" integrity="sha512-stCMej6DXfErBwD8bQrJsG2dFPHNW9y8cmccQhW0o+GeSxKzjABmIVdwOzQ5Vlw4HYoEwrECGDRQs8xF0f9ssg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
| 21 | + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/css/bootstrap-utilities.min.css" integrity="sha512-kRvJclW5GazdbAJPE9vvs560XNBwTBGLg4RVHZALXHFnAWQeRbQ/jGcGDHcQXiiqRld4wEFs6Kpoa6Tm/wCrtg==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
| 22 | + <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.0/css/all.min.css" integrity="sha512-10/jx2EXwxxWqCLX/hHth/vu2KY3jCF70dCQB8TSgNjbCVAC/8vai53GfMDrO2Emgwccf2pJqxct9ehpzG+MTw==" crossorigin="anonymous" referrerpolicy="no-referrer" /> |
19 | 23 | <link href="extensions/bootstrap5/storefront/view/bootstrap5/css/style.css" rel="stylesheet" type="text/css"> |
20 | 24 |
|
21 | 25 | <style></style> |
22 | 26 | <!-- {{blocks_css}}--> |
23 | | - <script type="text/javascript" src="extensions/bootstrap5/storefront/view/bootstrap5/js/jquery-3.6.0.min.js"></script> |
24 | | - <script type="text/javascript" src="extensions/bootstrap5/storefront/view/bootstrap5/js/bootstrap.bundle.min.js"></script> |
| 27 | + <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
| 28 | + <script src="//cdnjs.cloudflare.com/ajax/libs/bootstrap/5.1.3/js/bootstrap.bundle.min.js" integrity="sha512-pax4MlgXjHEPfCwcJLQhigY7+N8rt6bVvWLFyUMuxShv170X53TRzGPmPkZmGBhk+jikR8WBM4yl7A9WMHHqvg==" crossorigin="anonymous" referrerpolicy="no-referrer"></script> |
25 | 29 |
|
26 | 30 | <script type="text/javascript"> |
27 | 31 | let baseUrl = '{{baseUrl}}'; |
|
0 commit comments