Admin dashboard and sessions

This commit is contained in:
Alphonse Paix
2025-09-01 03:08:43 +02:00
parent 3dce578ba0
commit d96a401d99
24 changed files with 810 additions and 56 deletions

View File

@@ -1,11 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Home</title>
<body>
<p>Welcome to our newsletter!</p>
</body>
</head>
<body>
<p>Welcome to our newsletter!</p>
<p><a href="/login">Login</a></p>
</body>
</html>