update
This commit is contained in:
56
template/birthday.html
Normal file
56
template/birthday.html
Normal file
@@ -0,0 +1,56 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title>Selamat Ulang Tahun!</title>
|
||||
<style>
|
||||
.container {
|
||||
max-width: 100%;
|
||||
margin: auto;
|
||||
padding: 30px;
|
||||
background-color: #fef9f4;
|
||||
font-family: Arial, sans-serif;
|
||||
border-radius: 10px;
|
||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||
text-align: center;
|
||||
}
|
||||
.title {
|
||||
font-size: 28px;
|
||||
color: #d35400;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.message {
|
||||
font-size: 18px;
|
||||
color: #333;
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.footer {
|
||||
font-size: 14px;
|
||||
/* color: #aaa; */
|
||||
}
|
||||
.cake-emoji {
|
||||
font-size: 50px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
||||
<div class="cake-emoji">🎉🎂🥳</div>
|
||||
<h1 class="title">Selamat Ulang Tahun, {{.Name}}!</h1>
|
||||
<p class="message">
|
||||
Semoga hari spesialmu dipenuhi dengan kebahagiaan, cinta, dan tawa yang
|
||||
tak berakhir.<br />
|
||||
Terima kasih telah menjadi bagian dari perjalanan kami. 🎈
|
||||
</p>
|
||||
<p class="footer">
|
||||
Salam hangat dari kami,<br />
|
||||
<b>HIS</b>
|
||||
</p>
|
||||
<img
|
||||
src="http://36.66.3.44:9000/create-bucket-test/test-folder/LOGO_HIS_NI_New_Contrasted-removebg-preview.png?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=BDYv2npRYZw5fcXzd80c%2F20250417%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20250417T045323Z&X-Amz-Expires=604800&X-Amz-SignedHeaders=host&X-Amz-Signature=c399ff0031b0d8bc9b7073171bca8ad3a9c2b82a374e25e60dbd35bd5bd5775e"
|
||||
alt="logo"
|
||||
width="100px"
|
||||
/>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user