2024-07-24 13:46:10 +02:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<style>
|
|
|
|
|
body {
|
|
|
|
|
font-family: Arial, sans-serif;
|
|
|
|
|
line-height: 1.6;
|
|
|
|
|
color: #333;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
max-width: 600px;
|
|
|
|
|
margin: 0 auto;
|
|
|
|
|
padding: 20px;
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
background-color: #f9f9f9;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header {
|
|
|
|
|
text-align: center;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.header h1 {
|
|
|
|
|
font-size: 24px;
|
|
|
|
|
color: #0056b3;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content p {
|
|
|
|
|
margin: 0 0 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.footer {
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #777;
|
|
|
|
|
}
|
|
|
|
|
</style>
|
2024-07-29 16:54:31 +02:00
|
|
|
<title>Domain Watchdog - Domain Ordered</title>
|
2024-07-24 13:46:10 +02:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div class="container">
|
|
|
|
|
<div class="header">
|
2024-07-29 16:54:31 +02:00
|
|
|
<h1>Domain Watchdog - Domain Ordered</h1>
|
2024-07-24 13:46:10 +02:00
|
|
|
</div>
|
|
|
|
|
<div class="content">
|
2024-08-05 01:30:27 +02:00
|
|
|
<p>Hello, <br/>
|
|
|
|
|
We are pleased to inform you that a domain name present in your Watchlist has been ordered using the
|
|
|
|
|
connector you have chosen.<br/>
|
|
|
|
|
<strong>Domain name:</strong> {{ domain.ldhName }}<br/>
|
|
|
|
|
<strong>Connector provider :</strong> {{ provider }}<br/>
|
|
|
|
|
<br/><br/>
|
|
|
|
|
Thank you for your understanding,<br/>
|
|
|
|
|
Sincerely,<br/>
|
|
|
|
|
Domain Watchdog<br/>
|
|
|
|
|
</p>
|
2024-07-24 13:46:10 +02:00
|
|
|
</div>
|
|
|
|
|
<div class="footer">
|
|
|
|
|
<p>© Domain Watchdog</p>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|