|
13 | 13 | <meta name="author" content="Thomas Woehlke"> |
14 | 14 | <meta name="description" content="Your Todo-List for Getting Things Done."> |
15 | 15 | <title th:replace="${headtitle}">SimpleWorklist</title> |
16 | | - <link th:href="@{/webjars/bootstrap/5.2.3/dist/css/bootstrap.min.css}" rel="stylesheet"/> |
17 | | - <link th:href="@{/webjars/font-awesome/6.2.0/css/all.min.css}" rel="stylesheet"/> |
| 16 | + <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/css/bootstrap.min.css" |
| 17 | + rel="stylesheet" |
| 18 | + integrity="sha384-rbsA2VBKQhggwzxH7pPCaAqO46MgnOM80zW1RWuH61DGLwZJEdK2Kadq2F9CUG65" |
| 19 | + crossorigin="anonymous"> |
| 20 | + <link href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/css/all.css" |
| 21 | + rel="stylesheet" |
| 22 | + integrity="sha256-2TYMB+nCbzXiWw/XvvfFTM/Gz9I81seVC7Tk4YkyrmA=" |
| 23 | + crossorigin="anonymous"> |
18 | 24 | <link href="https://fonts.googleapis.com/css?family=Lato|Varela+Round" rel="stylesheet"> |
19 | 25 | <link th:href="@{/css/main.css}" rel="stylesheet"/> |
20 | 26 | <link rel="apple-touch-icon" sizes="57x57" th:href="@{/img/favicon/apple-icon-57x57.png}"> |
|
106 | 112 | </footer> |
107 | 113 |
|
108 | 114 | <script th:src="@{/js/google-analytics.js}"></script> |
109 | | - <script th:src="@{/webjars/jquery/3.6.3/dist/jquery.js}"></script> |
110 | | - <script th:src="@{/webjars/popper.js/2.9.3/umd/popper.min.js}"></script> |
111 | | - <script th:src="@{/webjars/bootstrap/5.2.3/dist/js/bootstrap.bundle.min.js}"></script> |
112 | | - <script th:src="@{/webjars/font-awesome/6.2.0/js/all.js}"></script> |
| 115 | + |
| 116 | + <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.3/dist/jquery.min.js" |
| 117 | + integrity="sha256-pvPw+upLPUjgMXY0G+8O0xUf+/Im1MZjXxxgOcBQBXU=" |
| 118 | + crossorigin="anonymous"></script> |
| 119 | + <script src="https://cdn.jsdelivr.net/npm/@popperjs/core@2.9.3/dist/cjs/popper.js" |
| 120 | + integrity="sha256-ZBJbT+T0zLZRFMnnuX8sn05esZnNj7Q9GKb3+m3qP6M=" |
| 121 | + crossorigin="anonymous"></script> |
| 122 | + <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.2.3/dist/js/bootstrap.min.js" |
| 123 | + integrity="sha256-m81NDyncZVbr7v9E6qCWXwx/cwjuWDlHCMzi9pjMobA=" |
| 124 | + crossorigin="anonymous"></script> |
| 125 | + <script src="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@6.2.1/js/all.js" |
| 126 | + integrity="sha256-D4z4PDvtCtrsLAo8NW+766hHU92jsN98763ukjnJC1I=" |
| 127 | + crossorigin="anonymous"></script> |
113 | 128 | <script th:src="@{/js/application.js}"></script> |
114 | 129 | <script th:inline="javascript"> |
115 | 130 | ClassicEditor |
|
0 commit comments