update
This commit is contained in:
59
template/server-down.html
Normal file
59
template/server-down.html
Normal file
@@ -0,0 +1,59 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="id">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>🚨 Server Down</title>
|
||||
<style>
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
background-color: #f6f8fa;
|
||||
color: #333;
|
||||
padding: 20px;
|
||||
}
|
||||
.container {
|
||||
background-color: #ffffff;
|
||||
border-radius: 8px;
|
||||
padding: 20px;
|
||||
border: 1px solid #e1e4e8;
|
||||
max-width: 100%;
|
||||
margin: auto;
|
||||
}
|
||||
.header {
|
||||
font-size: 20px;
|
||||
font-weight: bold;
|
||||
color: #e63946;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.info {
|
||||
margin: 10px 0;
|
||||
}
|
||||
.footer {
|
||||
font-size: 12px;
|
||||
color: #888;
|
||||
margin-top: 20px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="header">
|
||||
🚨 Peringatan: Server Down
|
||||
</div>
|
||||
|
||||
<div class="info">
|
||||
<strong>🕒 Waktu Deteksi:</strong> {{.TimeAt}}<br />
|
||||
<strong>🌐 Host / Endpoint:</strong> {{.Host}}<br />
|
||||
</div>
|
||||
|
||||
<p>
|
||||
Mohon segera lakukan pengecekan pada sistem terkait agar layanan dapat
|
||||
kembali normal.
|
||||
</p>
|
||||
|
||||
<div class="footer">
|
||||
Email ini dikirim secara otomatis oleh sistem monitoring.<br />
|
||||
Terima kasih atas perhatian dan tindak lanjutnya.
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user