-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
25 lines (25 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/styles.css" />
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<a href="https://fontmeme.com/sopranos-font/"><img src="https://fontmeme.com/permalink/221031/9e9cde00e3528f5ffe9e34df5f8916b0.png" alt="sopranos-font" border="0"></a>
<div class="d-flex">
<h2 class="text-white mx-50 mb-20 score">Score: <span>0</span></h2>
<h2 class="text-white mx-50 mb-20 life">Life: <span>3</span></h2>
</div>
</head>
<body>
<audio controls autoplay>
<source src="Themesong.ogg" type="audio/ogg">
<source src="/Alabama_3_Woke_Up_This_Morning.mp3" type="audio/mpeg">
Your browser does not support the audio element.
</audio>
<script src="./game.js"></script>
<script src="./Class.js"></script>
<script src="./main.js"></script>
</div>
</body>
</html>