Merge commit 'c4656a88806a92cb59b2e588035a4124854feb92' into work/reports-ui

This commit is contained in:
sechmachine
2026-08-15 01:23:10 +07:00
4 changed files with 83 additions and 11 deletions
-10
View File
@@ -1,10 +0,0 @@
<!doctype html>
<html lang="en" xmlns:th="http://www.thymeleaf.org">
<head><meta charset="utf-8"><title>Lab Timesheet</title></head>
<body>
<main>
<h1>Lab Timesheet</h1>
<form method="post" th:action="@{/logout}"><button type="submit">Sign out</button></form>
</main>
</body>
</html>