mail-accounts/templates/home.html

20 lines
451 B
HTML
Raw Normal View History

2023-08-16 21:46:33 +02:00
<!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>