-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 1.43 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Cek Khodam</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.0.0-beta3/css/all.min.css">
<link href="https://fonts.googleapis.com/css?family=Poppins:wght@300;400;600&display=swap" rel="stylesheet">
</head>
<body>
<div class="container">
<h1><i class="fas fa-magic"></i> Cek Khodam</h1>
<div class="form-group">
<label for="name">Masukkan Nama Anda: </label>
<input type="text" id="name" placeholder="Nama Anda">
</div>
<button id="checkButton"><i class="fas fa-search"></i> Cek Khodam</button>
<div id="result" class="result"></div>
<footer>
<h2 style="text-align: center;">© 2023 DICKO DEV. All Rights Reserved.</h2>
<div style="text-align: center;">
<a href="https://www.instagram.com/dckoalvinoww/" target="_blank" style="text-decoration: none; color: #E1306C;">
<i class="fab fa-instagram" style="font-size: 24px;"></i>
<span style="font-size: 20px;">@dckoalvinoww</span>
</a>
</div>
</footer>
</div>
<script src="Khodam.js"></script>
</body>
</html>