mirror of
https://mzte.de/git/LordMZTE/brevo
synced 2024-10-31 20:59:01 +01:00
30 lines
623 B
Text
30 lines
623 B
Text
|
<!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>
|