-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (22 loc) · 909 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
28
29
<!DOCTYPE html><html lang="en"><head>
<script src="p5.js"></script>
<!-- <script src="p5.sound.min.js"></script> -->
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
</head>
<body>
<script src="sketch.js"></script>
<script src="screen.js"></script>
<script src="fart.js"></script>
<script src="ass.js"></script>
<script src="fartBubble.js"></script>
<script src="fingers.js"></script>
<script src="ring.js"></script>
<script src="sound.js"></script>
<script src="p5.sound.min.js"></script>
<script src="mousePressed.js"></script>
<script src="title.js"></script>
<script src="p5.dom.js"></script>
<h1><span style="font-family:Arial, Helvetica, sans-serif">Fart. Middle Finger. Ring.</h1></span>
<p><span style="font-family:Arial, Helvetica, sans-serif">syemin park</p></span>
</body></html>