Updated sessions,notifications

This commit is contained in:
2025-12-06 08:09:31 +00:00
parent a15ced34c0
commit d34e9284e2
17 changed files with 352 additions and 108 deletions

9
templates/logs.html Normal file
View File

@@ -0,0 +1,9 @@
{{ define "content" }}
<div class="max-w-4xl mx-auto">
<h1 class="text-3xl font-bold mb-6">Logs</h1>
<div class="bg-gray-800 p-6 rounded">
<p class="text-gray-300">Application logs will be displayed here. Currently, logs are output to the console when the application is running.</p>
<p class="text-gray-400 text-sm mt-4">Check the terminal output where you started the application for detailed activity logs.</p>
</div>
</div>
{{ end }}