-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (22 loc) · 875 Bytes
/
index.html
File metadata and controls
26 lines (22 loc) · 875 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Syntax Error Project</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="libraries/p5.min.js"></script>
<script src="libraries/p5.sound.min.js"></script>
<!--Here are the imports for seperate files-->
<script src="/objects/backgrounds.js"></script>
<script src="/objects/bike.js"></script>
<script src="/objects/bin.js"></script>
<script src="/objects/person.js"></script>
<script src="/objects/petrolcar.js"></script>
<script src="/objects/ending.js"></script>
</head>
<body>
<!--<img src="https://ih1.redbubble.net/image.2409556668.7190/flat,750x,075,f-pad,750x1000,f8f8f8.jpg">-->
<script src="sketch.js"></script>
</body>
</html>