mail-accounts/templates/not_found.html

20 lines
450 B
HTML
Raw Normal View History

2023-08-15 19:40:11 +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">Page not found</h1>
</div>
</section>
</body>
</html>