1
0
Fork 0
mirror of https://mzte.de/git/LordMZTE/brevo synced 2024-05-16 05:53:42 +02:00
brevo/assets/success.html.tera
2021-06-24 15:57:11 +02:00

30 lines
623 B
Plaintext

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>brevo</title>
<style type="text/css" media="screen">
body {
background-color: #282a36;
color: #f8f8f2;
font-family: monospace;
}
a {
color: #ff79c6;
}
a:visited {
color: #bd93f9;
}
</style>
</head>
<body>
<h1>Success! Your link is <a href="{{ link }}">{{ link }}</a>
</body>
</html>