-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (46 loc) · 1.65 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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap"
rel="stylesheet"
/>
<!-- CDN Sweet Alert -->
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<!-- Main CSS -->
<link rel="stylesheet" href="style.css" />
<title>Cek Khodam</title>
</head>
<body>
<div class="container">
<header>
<!-- <iframe
width="100%"
height="315"
src="https://tikfinity.zerody.one/widget/streambuddies?cid=711360"
frameborder="0"
allowfullscreen
></iframe> -->
<h1>Cek khodam dengan Nama! 👻</h1>
<p>
🌟 Hey, hey, hey, sobat TikTok! 🌟 Penasaran nggak sih, siapa yang
selalu jagain kamu dari belakang? Bukan bayanganmu, bukan juga mantan
yang kepo! 😂 Yuk, cek khodam kamu di live aku. Siapa tahu, bisa
ketemu penjaga setia yang selama ini bikin hidupmu lebih greget! Komen
sekarang, biar nggak penasaran terus-terusan! 😜✨
</p>
</header>
<div class="input-button">
<input type="text" id="khodamInput" placeholder="Masukkan Nama" />
<button id="checkButton">Cek Khodam</button>
</div>
<p id="result"></p>
</div>
<script src="script.js"></script>
</body>
</html>