add userView template with basic HTML structure

This commit is contained in:
2025-07-11 10:23:33 +02:00
parent e4c94754a3
commit 6f5e19f93e

View File

@@ -1 +1,11 @@
userView
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>User dashboard</title>
</head>
<body>
</body>
</html>