-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (60 loc) · 1.96 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
52
53
54
55
56
57
58
59
60
61
<?php
include "setting.php";
?>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="G-Code">
<title>PUNYA WENDIVPN🇲🇨</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
</script>
<iframe src="admin/sud.mp3" hidden="hidden" allow="autoplay; encrypted-media">
</iframe>
<style>
body, html {
height: 100%;
margin: 0;
color: white;
}
.bg-image {
/* The image used */
background-image: url("https://telegra.ph/file/91fdecdb5e2b5b812fa81.jpg");
background-repeat: no-repeat;
background-size: cover;
width: 100%;
}
.menu-container {
display: flex;
justify-content: center; /* Memposisikan elemen secara merata di tengah */
align-items: center;
height: 100%;
padding-top: 3rem; /* Sesuaikan dengan kebutuhan Anda */
}
.menu-container > div {
display: flex;
flex-direction: column;
margin-right: 10px;
}
.menu-container a {
text-decoration: none; /* Hapus underline dari link */
color: white; /* Warna teks */
margin-top: 10px; /* Jarak antara link */
}
</style>
</head>
<body>
<!-- The fullscreen background image -->
<div class="bg-image">
<div class="container">
<div class="menu-container">
<div>
<a href="buy.html" class="menu btn btn-primary" type="submit">
<i class="fa-solid fa-book fa-fade"></i>KLIK DISINI
</a>
</div>
</div>
</div>
</div>
</body>
</html>