-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
67 lines (67 loc) · 2.3 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
62
63
64
65
66
67
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>index.html</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@11"></script>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/js" href="index.js">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0&icon_names=menu" />
<link rel="icon" href="termux.png"
</head>
<body>
<h1>ยินดีต้อนรับสู่เว็บ</h1>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,[email protected],100..700,0..1,-50..200&icon_names=menu" />
<style>
.material-symbols-outlined {
font-variation-settings:
'FILL' 0,
'wght' 500,
'GRAD' 0,
'opsz' 24
}
</style>
<span class="material-symbols-outlined">
menu
</span>
<a class="btn btn-primary" href="./menu.html">menu</a>
<br>
<p>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</p>
<h1>free all</h1>
<p>Ads โฆษณา</p>
<br>
<button onclick="ERR()">settings</button>
<br>
<button onclick="ERR()">Minecraft free $0</button>
<br>
<p>━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━</p>
<script>
function AS(){
Swal.fire({
title: "menu new setting",
text: "not title error"
});
}
</script>
<script>
function notcode(){
alert("𝙴𝚛𝙾𝚛𝚁 𝚊𝙽𝚍 𝚌𝙾𝚍𝙴 𝙼𝚎")
}
</script>
<script>
function ERR(){
Swal.fire({
title: "ไม่มีฟรีเลยนะเว็บนี้ไม่ขายฟรี 🤣",
icon: "error",
});
}
</script>
<script>
Swal.fire({
title: "ยินดีต้อนรับ",
});
</script>
</body>
</html>