unused .html

This commit is contained in:
2025-10-18 10:44:40 +02:00
parent 983c860b26
commit 590bc964c5
2 changed files with 0 additions and 12 deletions

View File

@@ -117,7 +117,6 @@ input[type="password"]:focus {
} }
} }
/* Live region message */
#liveMessage { #liveMessage {
width: min(92vw, 480px); width: min(92vw, 480px);
margin: 12px auto 0; margin: 12px auto 0;

View File

@@ -1,11 +0,0 @@
<!DOCTYPE html>
<html lang="pl" xmlns:th="http://www.thymeleaf.org">
<head>
<meta charset="UTF-8">
<title>Wynik analizy hasła</title>
</head>
<body>
<h2 th:text="${message}">Wynik analizy</h2>
<a href="/">Powrót</a>
</body>
</html>