-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 1.36 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="description" content="kpop platformer web-game on phaser">
<meta name="keywords" content="k-pop, kpop, games, entertainment, web games, platformer, score, nct dream,
game, web, watermelons, watermelon, dino, hot sauce, nct, mark lee, mark, phaser, hyper casual, nctzen,
web-game, online, catch">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>🍉 Mark catches watermelons 🍉</title>
<script src="//cdn.jsdelivr.net/npm/phaser@3.55.2/dist/phaser-arcade-physics.js"></script>
<script src="//cdn.jsdelivr.net/npm/sweetalert2@11/dist/sweetalert2.min.js"></script>
<link href="//cdn.jsdelivr.net/npm/@sweetalert2/theme-dark@4/dark.css" rel="stylesheet">
<link rel="stylesheet" href="./css/style.css">
</head>
<body>
<main>
<header style="width: 100%; height: 34px; color: white; background-color:lightgreen; text-align:center;">
<h2>🍉 Mark catches watermelons 🍉</h2>
</header>
<div id='gameNct'></div>
<footer style="width: 100%; height: 70px; color: white; background-color:lightgreen; text-align:center;">
<p>🍉 Mark catches watermelons 🍉 ©2022 Aiyumi Sunshine ✨
🎮🎶~ Please enjoy this game ~🌸💚</p>
</footer>
</main>
<script src="./js/Main.js"></script>
</body>
</html>