-
Notifications
You must be signed in to change notification settings - Fork 0
/
DRAGON_BALL_Z.html
48 lines (39 loc) · 1.24 KB
/
DRAGON_BALL_Z.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css2?family=Frijole&display=swap" rel="stylesheet">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel = "stylesheet" type = "text/css" href = "DBgame.css" />
<!-- <link rel="stylesheet" href="style.css"> -->
<title>Dragon Ball</title>
</head>
<body>
<div class="dra">
<!-- <div class="sof"></div> -->
</div>
<!-- <p id="pla">PLAYER 1</p> -->
<p id="demo">HITS: <span id="hita">0</span></p>
<p id="demob">HITS: <span id="hitb">0</span></p>
<br>
<div class="circle"></div>
<div class="circ"></div>
<div class="enemy"></div>
<div class="eney"></div>
<audio id="enter" >
<source src="slide.mp3" loop="loop" type="audio/ogg">
</audio>
<audio id="tele" >
<source src="teleport.mp3" type="audio/ogg">
</audio>
<audio id="enterb" >
<source src="punch.mp3" type="audio/ogg">
</audio>
<script src="js.js"></script>
<!-- <audio id="enter" >
<source src="slide.mp3" loop="loop" type="audio/ogg">
</audio> -->
<!-- </script> -->
</body>
</html>