|
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/4.5.3/dist/css/bootstrap.min.css}" rel="stylesheet"/> |
17 |
| - <link th:href="@{/webjars/font-awesome/5.15.1/css/all.min.css}" rel="stylesheet"/> |
| 16 | + <link th:href="@{/webjars/bootstrap/>5.1.3/dist/css/bootstrap.min.css}" rel="stylesheet"/> |
| 17 | + <link th:href="@{/webjars/font-awesome/6.1.0/css/all.min.css}" rel="stylesheet"/> |
18 | 18 | <link href="https://fonts.googleapis.com/css?family=Lato|Varela+Round" rel="stylesheet">
|
19 | 19 | <link th:href="@{/css/main.css}" rel="stylesheet"/>
|
20 | 20 | <!--/* Per-page placeholder for additional links */-->
|
|
71 | 71 | </nav>
|
72 | 72 | </footer>
|
73 | 73 | <script th:src="@{/js/google-analytics.js}"></script>
|
74 |
| - <script th:src="@{/webjars/jquery/3.5.1/jquery.js}"></script> |
75 |
| - <script th:src="@{/webjars/popper.js/1.16.1/dist/umd/popper.min.js}"></script> |
76 |
| - <script th:src="@{/webjars/bootstrap/4.5.3/dist/js/bootstrap.bundle.js}"></script> |
77 |
| - <script th:src="@{/webjars/font-awesome/5.15.1/js/all.js}"></script> |
78 |
| - <script th:src="@{/webjars/ckeditor/18.0.0/classic/ckeditor.js}"></script> |
| 74 | + <script th:src="@{/webjars/jquery/3.9.3/jquery.js}"></script> |
| 75 | + <script th:src="@{/webjars/popper.js/2.9.3/dist/umd/popper.min.js}"></script> |
| 76 | + <script th:src="@{/webjars/bootstrap/5.1.3/dist/js/bootstrap.bundle.js}"></script> |
| 77 | + <script th:src="@{/webjars/font-awesome/6.1.0/js/all.js}"></script> |
| 78 | + <script th:src="@{/webjars/ckeditor/31.0.0/classic/ckeditor.js}"></script> |
79 | 79 | <script th:inline="javascript">
|
80 | 80 | ClassicEditor
|
81 | 81 | .create( document.querySelector( '#textEditor' ) )
|
|
0 commit comments