-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
47 lines (46 loc) · 1.43 KB
/
index.html
File metadata and controls
47 lines (46 loc) · 1.43 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Untuk Kamu Sayangku</title>
</head>
<body>
<h1>I LOVE U IN EVERY UNIVERSE ❤</h1>
<div class="IMG">
<img class="" src="https://images.unsplash.com/photo-1516589178581-6cd7833ae3b2?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=387&q=80">
</div>
<footer>
<h2>Make By <a href="https://github.com/zefrifahlevi">@zefrifahlevi</a></h2>
<p>Maaf Gaes Cuma Bercanda Itu,</p>
<p>Maaf Gaes Cuma Bercanda Itu,</p>
<p>Maaf Gaes Cuma Bercanda Itu,</p>
</footer>
<script>
alert("Haloo..")
alert("Aku mau ngomong sesuatu sama kamu")
alert("Aku tuh...")
alert("Suka....")
alert("Sama...")
alert("Kalian...")
alert("Sama Kamu juga..")
alert("Aku sayang sama kamu..")
alert("Gak bisa berkata-kata lagi..")
</script>
<style>
body {
background-color: #1f1f38;
}
h1,h2,h3,h4,h5,p {
text-align: center;
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
color: white;
}
.IMG {
text-align: center;
justify-content: center;
}
</style>
</body>
</html>