Skip to content

Commit

Permalink
fix for links
Browse files Browse the repository at this point in the history
  • Loading branch information
commjoen committed Oct 25, 2022
1 parent 1481f0f commit cfba45c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions config/.lycheeignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ https://github.com/Your_Github_Handle.*
https://wrongsecrets-ctf.herokuapp.com/api/Challenges
https://wrongsecrets.herokuapp.com
https://wrongsecrets-commjoen.cloud.okteto.net/
https://wrongsecrets.fly.dev/
4 changes: 2 additions & 2 deletions src/main/resources/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8">
<title>OWASP WrongSecrets</title>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.2.0/css/bootstrap.min.css} " />
<link th:rel="stylesheet" th:href="@{/webjars/bootstrap/5.2.2/css/bootstrap.min.css} " />
<link rel="stylesheet" type="text/css" th:href="@{/css/style.css}" />
<link rel="stylesheet" type="text/css" th:href="@{/css/dark.css}" />
</head>
Expand All @@ -16,7 +16,7 @@
<th:block layout:fragment="content"></th:block>
</div>

<script th:src="@{/webjars/bootstrap/5.2.0/js/bootstrap.bundle.min.js}"></script>
<script th:src="@{/webjars/bootstrap/5.2.2/js/bootstrap.bundle.min.js}"></script>
<script th:src="@{/webjars/github-buttons/2.14.1/dist/buttons.js}"></script>
<script th:if="${allCompleted} eq 'party'">
window.addEventListener("load", function () {
Expand Down

0 comments on commit cfba45c

Please sign in to comment.