Redirect users after login

This commit is contained in:
traxys 2023-08-16 21:46:33 +02:00
parent 2dfaf85eea
commit 85c559cfb1
2 changed files with 65 additions and 8 deletions

19
templates/home.html Normal file
View file

@ -0,0 +1,19 @@
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>{{ title }}</title>
<link
rel="stylesheet"
href="https://cdn.jsdelivr.net/npm/bulma@0.9.4/css/bulma.min.css"
/>
</head>
<body>
<section class="section">
<div class="container">
<h1 class="title">Mail management</h1>
</div>
</section>
</body>
</html>