-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
25 lines (21 loc) · 866 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
<!DOCTYPE html>
<html lang="PT-BR">
<head>
<meta charset="UTF-8" dir="ltr"/>
<meta http-equiv="X-UA-Compatible" content="ie=edge"/>
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"/>
<meta name="description" content="raphael-laurentino.netlify.app"/>
<title>Freeway</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.5.0/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/style.css">
</head>
<body>
<script src="js/sketch.js"></script>
<script src="js/img&sons.js"></script>
<script src="js/personagem.js"></script>
<script src="js/carrinho.js"></script>
<script src="js/p5.collide2d.js"></script>
</body>
</html>