test random stuff

This commit is contained in:
Anthony Stirling
2024-05-22 21:45:35 +01:00
parent 1d4db6493d
commit 7b2493a838
9 changed files with 47 additions and 47 deletions

View File

@@ -2,7 +2,7 @@
<html th:lang="${#locale.language}" th:dir="#{language.direction}" th:data-language="${#locale.toString()}" xmlns:th="http://www.thymeleaf.org">
<head>
<th:block th:insert="~{fragments/common :: head(title=#{login.title}, header=#{login.header})}"></th:block>
<link rel="stylesheet" href="css/login.css?v=2">
<link rel="stylesheet" href="css/login.css">
</head>
<body>
@@ -113,7 +113,7 @@
}
</script>
<div class="text-center">
<img class="mb-4" src="favicon.svg?v=2" alt="favicon" width="144" height="144">
<img class="mb-4" src="favicon.svg" alt="favicon" width="144" height="144">
<h1 class="h1 mb-3 fw-normal" th:text="${@appName}">Stirling-PDF</h1>
<div th:if="${oAuth2Enabled}">