Skip to content
This repository was archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
Fix broken css&js files
Browse files Browse the repository at this point in the history
chocotan committed Nov 25, 2021

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent b01df97 commit e77e432
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/main/resources/templates/layout.html
Original file line number Diff line number Diff line change
@@ -4,11 +4,11 @@
<title layout:title-pattern="$CONTENT_TITLE - $LAYOUT_TITLE" th:inline="text" th:text="'bili-recorder'">
</title>
<title>bili-recorder</title>
<script th:src="@{/webjars/jquery/3.3.1/jquery.min.js}"></script>
<script th:src="@{/webjars/bootstrap/5.0.2/js/bootstrap.min.js}"></script>
<link th:href="@{/webjars/bootstrap/5.0.2/css/bootstrap.min.css}" rel="stylesheet"/>
<link th:href="@{/webjars/font-awesome/5.15.2/css/all.css}" rel="stylesheet"/>
<script th:src="@{/webjars/font-awesome/5.15.2/js/all.js}"></script>
<script th:src="@{/webjars/jquery/3.6.0/jquery.min.js}"></script>
<script th:src="@{/webjars/bootstrap/5.1.1/js/bootstrap.min.js}"></script>
<link th:href="@{/webjars/bootstrap/5.1.1/css/bootstrap.min.css}" rel="stylesheet"/>
<link th:href="@{/webjars/font-awesome/5.15.3/css/all.css}" rel="stylesheet"/>
<script th:src="@{/webjars/font-awesome/5.15.3/js/all.js}"></script>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<th:block layout:fragment="additional" th:remove="tag"></th:block>
<style>

0 comments on commit e77e432

Please sign in to comment.