-
Notifications
You must be signed in to change notification settings - Fork 0
/
test copy.html
52 lines (52 loc) · 1.73 KB
/
test copy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<title>Terima Kasih Telah Mendaftar</title>
</head>
<body style="display: flex; height: 100vh; font-family: Arial, sans-serif;">
<div class="container" style="margin: auto; max-width: 100vw;">
<div class="header" style="background-color: #0b0b27;
height: 200px;
display: flex;
background-color: #0b0b27;
text-align: center;
padding: 20px;
width: 100%;">
<img src="https://res.cloudinary.com/dggk9y0yt/image/upload/f_auto,q_auto/v1/Asthabooks/Logo/bgip7borld66pvk6uktu" alt="Logo" style="height: 100px; width: auto; margin: auto;">
</div>
<div class="content" style="
padding-top: 50px;
padding-left: 20px;
margin: 20px;
height: 400px;">
<h1>Terima Kasih Telah Mendaftar</h1>
<p>Silakan klik tombol di bawah ini untuk memverifikasi akun Anda.</p>
<a href="https://www.twitter.com">
<button style="
background-color: #4CAF50;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
border: 0;
border-radius: 6px;
cursor: pointer;"
>Verifikasi Akun</button>
</a>
</div>
<div class="footer" style="
background-color: #0b0b27;
color: white;
width: 100%;
text-align: center;
padding: 20px;
width: 100%;">
© Asthabooks 2023
</div>
</div>
</body>
</html>