-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathemail.html
More file actions
21 lines (21 loc) · 1.12 KB
/
Copy pathemail.html
File metadata and controls
21 lines (21 loc) · 1.12 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<link href='https://fonts.googleapis.com/css2?family=Rubik:wght@400;700&display=swap' rel='stylesheet'>
</head>
<body style="font-family: 'Rubik', sans-serif; background-color: #353353; color: #333333; padding: 20px; display: flex; justify-content: center; align-items: center; height: 100vh; margin: 0;">
<div style="background-color: #302F4E; border-radius: 10px; padding: 20px 30px; text-align: center; width: 75vw; margin: 0 auto; color: aliceblue;">
<div style="font-size: 18px;">
<p style="color:#FFD15C; font-weight: bold;">Hello my Lord,</p>
<p>Thy humble servant brings forth news of great import.</p>
</div>
<div style="margin-top: 20px; text-align: left;">
<p><strong style="color:#44D7B5">Name:</strong> {{ InputName }}</p>
<p><strong style="color:#44D7B5">Email:</strong> {{ InputEmail }}</p>
<p><strong style="color:#44D7B5">Subject:</strong> {{ InputSubject }}</p>
<p><strong style="color:#44D7B5">Message:</strong></p>
<p>{{ Message }}</p>
</div>
</div>
</body>
</html>