SARBase/templates/dashboard.html

12 lines
225 B
HTML
Raw Normal View History

2023-10-30 14:48:00 +00:00
<!DOCTYPE html>
<html>
<head>
<title>Dashboard</title>
</head>
<body>
<h2>Welcome, {{ name }}!</h2>
<p>This is the dashboard. More features will be added soon!</p>
<a href="/logout">Logout</a>
</body>
</html>