-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (18 loc) · 735 Bytes
/
index.html
File metadata and controls
19 lines (18 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/p5.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.9.0/addons/p5.sound.min.js"></script>
<script src="libraries/p5.collide2d.min.js"></script>
<script src="libraries/p5.clickable.min.js"></script>
<link rel="stylesheet" type="text/css" href="style/style.css">
<meta charset="utf-8" />
</head>
<body>
<script src="js/sketch.js"></script>
<script src="js/imagens.js"></script>
<script src="js/ator.js"></script>
<script src="js/carro.js"></script>
</body>
</html>