Athenaeum/templates/dashboard.html

9 lines
199 B
HTML
Raw Permalink Normal View History

2025-05-23 15:25:48 +02:00
<!DOCTYPE html>
<html lang="pl">
<head><meta charset="UTF-8"><title>Dashboard</title></head>
<body>
<h1>Witaj, użytkowniku {{ user_id }}!</h1>
<a href="/logout">Wyloguj się</a>
</body>
</html>