-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (24 loc) · 865 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.4.1/addons/p5.sound.min.js"></script>
<link rel="stylesheet" href="style.css">
<meta charset="utf-8" />
<title>Bowling Freeway</title>
</head>
<body>
<main>
<script src="ator.js"></script>
<script src="bolasDeBoliche.js"></script>
<script src="main.js"></script>
<script src="midias.js"></script>
<script src="p5.collide2d.js"></script>
<script src="pontuacao.js"></script>
<script src="pagina-inicial.js"></script>
<script src="pagina-principal.js"></script>
<script src="pagina-final.js"></script>
<script src="mouse-botoes.js"></script>
</main>
</body>
</html>