|
33 | 33 | <link rel="apple-touch-icon" sizes="180x180" href="{assets}/favicon/apple-touch-icon.png" /> |
34 | 34 | <link rel="manifest" href="{assets}/favicon/site.webmanifest" /> |
35 | 35 |
|
36 | | - <!-- Bootstrap CSS --> |
37 | | - <link |
38 | | - rel="stylesheet" |
39 | | - href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" |
40 | | - integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" |
41 | | - crossorigin="anonymous" /> |
42 | | - |
43 | 36 | <!-- Bootswatch: Darkly theme --> |
44 | 37 | <link |
45 | 38 | rel="stylesheet" |
46 | 39 | href="https://bootswatch.com/5/darkly/bootstrap.css" |
47 | | - integrity="sha384-IznVmLnW7mND5pWWovGJ4PPSv6P0ocjj3pNmKng15+gDLrCYYyeRHqmbq26oqLUK" |
48 | | - crossorigin="anonymous" /> |
| 40 | + integrity="sha384-mXM+8P9BUwTXMBS6pzZaBva0g/sZsdn7ZdBimWWpF/1K2kVhkyjQrBznOTf31ui7" |
| 41 | + crossorigin="anonymous" |
| 42 | + /> |
49 | 43 |
|
50 | 44 | <!-- Bootstrap Icons --> |
51 | | - <link |
52 | | - rel="stylesheet" |
53 | | - href="https://bootswatch.com/_vendor/bootstrap-icons/font/bootstrap-icons.min.css" |
54 | | - integrity="sha384-aMbNX8jFtSKhIuWSIHn8kuZ+XZ0IMKhpHeElS5OpN9SoI+TAcG7byPLj4UOpAIYn" |
55 | | - crossorigin="anonymous" /> |
56 | | - |
57 | | - <!-- PrismJS Theme --> |
58 | | - <link |
59 | | - rel="stylesheet" |
60 | | - href="https://bootswatch.com/_vendor/prismjs/themes/prism-okaidia.css" |
61 | | - integrity="sha384-6U+XhAWXGaFaDfnWJhU8cfYUIRka9j/qcWDCUcGjA9fs4yiMsCyKrhceV6QOBwv8" |
62 | | - crossorigin="anonymous" /> |
63 | | - |
64 | | - <!-- Bootswatch Custom --> |
65 | | - <link |
66 | | - rel="stylesheet" |
67 | | - href="https://bootswatch.com/_assets/css/custom.min.css" |
68 | | - integrity="sha384-Nyxm9Mvo3fMRrFnaIt9shtDFdlq2MufOlaSPadnStOsUKTSlyvqa7X2SlP7UNXoD" |
69 | | - crossorigin="anonymous" /> |
| 45 | + <link |
| 46 | + rel="stylesheet" |
| 47 | + href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.css" |
| 48 | + integrity="sha384-tViUnnbYAV00FLIhhi3v/dWt3Jxw4gZQcNoSCxCIFNJVCx7/D55/wXsrNIRANwdD" |
| 49 | + crossorigin="anonymous" |
| 50 | + /> |
70 | 51 |
|
71 | 52 | <!-- Bootstrap JS --> |
72 | | - <script |
73 | | - src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js" |
74 | | - integrity="sha384-0pUGZvbkm6XF6gxjEnlmuGrJXVbNuzT9qBBavbLwCsOGabYfZo0T0to5eqruptLy" |
75 | | - crossorigin="anonymous"></script> |
76 | | - |
77 | | - <!-- Bootswatch JS Bundle --> |
78 | | - <script |
79 | | - src="https://bootswatch.com/_vendor/bootstrap/dist/js/bootstrap.bundle.min.js" |
80 | | - integrity="sha384-LsTGcbITkMbUTw6RjDAkhn5UBOJgqN35N2YdYoZyOAtn9WEuJOnzq+JEmzhlDyIU" |
81 | | - crossorigin="anonymous"></script> |
| 53 | + <script |
| 54 | + src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.7/dist/js/bootstrap.min.js" |
| 55 | + integrity="sha256-lel57Jim1/CW4I1iEkaHexK/J9h/ZRneeORKiQuNOIg=" |
| 56 | + crossorigin="anonymous"> |
| 57 | + </script> |
82 | 58 | </svelte:head> |
83 | 59 |
|
84 | 60 | <div class="app-layout container"> |
|
0 commit comments