-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (18 loc) · 730 Bytes
/
index.html
File metadata and controls
22 lines (18 loc) · 730 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html><html lang="en"><head>
<script src="https://mckenzie-rc.net/p5.js"></script>
<script src="https://mckenzie-rc.net/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="https://mckenzie-rc.net/style.css">
<meta charset="utf-8">
</head>
<body>
<script src="Mainsketch.js"></script>
<script src="Images.js"></script>
<script src="Intro.js"></script>
<script src="moreGames.js"></script>
<script src="settings.js"></script>
<script src="bufferScreen.js"></script>
<script src="game.js"></script>
<script src="endLose.js"></script>
<script src="endWin.js"></script>
<script src="fixPage.js"></script>
</body></html>