-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
82 lines (76 loc) · 3.05 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<!DOCTYPE html>
<html>
<head>
<title>
Loading
</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" >
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" ></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" ></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" ></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<link href="https://fonts.googleapis.com/css?family=Press+Start+2P&display=swap" rel="stylesheet">
<link rel="stylesheet" href="assets/css/style.css">
<link rel="stylesheet" href="assets/css/game.css">
<link rel="stylesheet" href="assets/css/munestyle.css">
<script src="assets/js/main.js"></script>
<script src="assets/js/mune.js"></script>
</head>
<body>
<div class="fmenu" id="flip" >
<a href="#">MENU</a>
</div>
<nav class="nav-main">
<ul>
<li id="li1"><a href="#">Home</a></li>
<li id="li2"><a href="#">Game</a></li>
<li id="li3"><a href="#">About</a></li>
</ul>
</nav>
<main>
<div id="wellcom" class="inner">
<p data-js="typing">HI my name is Simon9527. </p>
<p data-js="typing">Wellcom to my beach!</p>
<p data-js="typing">The sun is burning my skin!!!</p>
<p data-js="typing">Shut up !@#$#%^&%&!! hm.....</p>
<p data-js="typing">How a nice beach!</p>
<p data-js="typing">This beach is amazing and carzy@!$%!#@!!!, just walk around.</p>
<p data-js="typing">Loa.....ding.......</p>
<p class="cursor" data-js="typing"></p>
</div>
<div id="game" class="innet">
GAME <
<section class="container">
<div class="box">
<div class="item">
<a href="game/web/index.html">Walking game<a>
</div>
</div>
<div class="box">
<div class="item">
<a href="game/mary/index.html">mary<a>
</div>
</div>
<div class="box">
<div class="item">
<a href="#">3<a>
</div>
</div>
<div class="box">
<div class="item">
<a href="#">4<a>
</div>
</div>
<div class="box">
<div class="item">
<a href="#">5<a>
</div>
</div>
</section>
</div>
<div id="about" class="innet">
</div>
</main>
</body>
</html>