2024-09-28 01:49:37 +02:00
|
|
|
{% block body %}
|
2024-09-28 04:44:13 +02:00
|
|
|
<head>
|
|
|
|
<title>{{ title }}</title>
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimal-ui">
|
|
|
|
<meta name="darkreader" content="stfu">
|
2024-09-28 01:49:37 +02:00
|
|
|
|
2024-09-28 04:44:13 +02:00
|
|
|
<meta name="description" content="Dont give shady companies your real email. Use 48hr.email to protect your privacy!">
|
|
|
|
<meta property="og:image" content="/images/logo.png">
|
2024-09-28 01:49:37 +02:00
|
|
|
|
2024-09-28 04:44:13 +02:00
|
|
|
<link rel="shortcut icon" href="/images/logo.ico">
|
|
|
|
<link rel='stylesheet' href='/dependencies/milligram.css' />
|
|
|
|
<link rel='stylesheet' href='/stylesheets/custom.css' />
|
2024-09-28 01:49:37 +02:00
|
|
|
|
2024-09-28 04:44:13 +02:00
|
|
|
<script src="/socket.io/socket.io.js" defer="true"></script>
|
|
|
|
<script src="/javascripts/notifications.js" defer="true"></script>
|
2024-09-28 01:49:37 +02:00
|
|
|
|
2024-09-28 04:44:13 +02:00
|
|
|
</head>
|
|
|
|
{{ mail | raw }}
|
2024-09-28 01:49:37 +02:00
|
|
|
{% endblock %}
|