|
| 1 | +<!-- Created by NemoNet aka The Young Programmer 🏅--> |
| 2 | + |
| 3 | +<!-----PLEASE PLEASE PLEASE.-----> |
| 4 | +<!-------READ THESE LINES--------> |
| 5 | + |
| 6 | +<!----- I sacrifice a lot into this code before it could work fine ---> |
| 7 | +<!-----I comitted some number of days & nights of no sleep & no rest into this code ----> |
| 8 | +<!----- pls......Kindly follow me on github to motivate and keep me going ----> |
| 9 | + |
| 10 | + |
| 11 | +<!DOCTYPE html> |
| 12 | +<html> |
| 13 | + <head> |
| 14 | + <title>Chess Game</title> |
| 15 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 16 | + <meta charset="UTF-8"> |
| 17 | + <link type="text/css" rel="stylesheet" href="stylesheet.css"> |
| 18 | + |
| 19 | + <script src="https://cdn.jsdelivr.net/npm/sweetalert2@9"></script> |
| 20 | + <script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script> |
| 21 | + |
| 22 | + <script type="text/javascript" src="javascript.js"></script> |
| 23 | + </head> |
| 24 | + <body> |
| 25 | + <script> |
| 26 | + Swal.fire({ |
| 27 | + title: " ", /* to make the title blank */ |
| 28 | + text: " Welcome Royal Knight 🔱, your mission is to defeat the enemy and protect the King!", |
| 29 | + confirmButtonText: "OK", |
| 30 | +}).then((result) => { |
| 31 | + if (result.isConfirmed) { |
| 32 | + Swal.fire( |
| 33 | + ' ', /* to make the title blank */ |
| 34 | + 'click on The Young Programmer if you need more weapons', |
| 35 | + ) |
| 36 | + } |
| 37 | +}) |
| 38 | + </script> |
| 39 | + <h1> Welcome to my Kingdom <br> protect the King </h1> |
| 40 | + <div id="container"></div> |
| 41 | + <a href="https://the-young-programmer.github.io/The-Young-Programmer/"> TYP 🖥<br>The Young Programmer</a> |
| 42 | + <audio src="chess-song-10.mp3" autoplay loop> |
| 43 | + <embed src="chess-song-10.mp3" autostart="true" loop="true" width="2" height="0"></embed> |
| 44 | + </body> |
| 45 | +</html> |
0 commit comments