Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
App004 authored Oct 24, 2024
1 parent 465e5eb commit ad6b8e3
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
</head>
<body>
<h1>ยินดีต้อนรับสู่เว็บ</h1>
<a class="btn btn-primary" href="./menu.html" role="button" onclick="AS()">menu</a>
<button onclick="test()">test</button>
<a class="btn btn-primary" href="./menu.html" role="button">menu</a>
<br>
<button onclick="ERR()">settings</button>
<button onclick="ERR()">Minecraft free $0</button>
<script>
function AS(){
Swal.fire({
Expand All @@ -20,9 +22,17 @@ <h1>ยินดีต้อนรับสู่เว็บ</h1>
}
</script>
<script>
function test(){
function notcode(){
alert("𝙴𝚛𝙾𝚛𝚁 𝚊𝙽𝚍 𝚌𝙾𝚍𝙴 𝙼𝚎")
}
</script>
<script>
function ERR(){
Swal.fire({
title: "ไม่มีฟรีเลยนะเว็บนี้ไม่ขายฟรี 🤣",
icon: "error",
});
}
</script>
</body>
</html>

0 comments on commit ad6b8e3

Please sign in to comment.