Skip to content

Commit fb07b0e

Browse files
committed
Added links to papa parse
1 parent 1f3dba6 commit fb07b0e

File tree

1 file changed

+16
-10
lines changed

1 file changed

+16
-10
lines changed

039_madlibs/P5/index.html

Lines changed: 16 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
1+
<!DOCTYPE html>
12
<html>
2-
<head>
3-
<meta charset="UTF-8">
4-
<script src='https://cdnjs.cloudflare.com/ajax/libs/tabletop.js/1.5.1/tabletop.min.js'></script>
5-
<script language="javascript" type="text/javascript" src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.min.js"></script>
6-
7-
<script language="javascript" type="text/javascript" src="sketch.js"></script>
8-
</head>
9-
10-
<body>
3+
4+
<head>
5+
<script src="https://cdn.jsdelivr.net/npm/[email protected]/papaparse.min.js"></script>
6+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/p5.min.js"></script>
7+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.dom.min.js"></script>
8+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.3/addons/p5.sound.min.js"></script>
9+
<link rel="stylesheet" type="text/css" href="style.css">
10+
<meta charset="utf-8" />
11+
12+
</head>
13+
14+
<body>
15+
<script src="sketch.js"></script>
1116
<h1>MadLibs</h1>
1217
<p>_____________! they said ________ as they jumped into their _____________ and flew off with their __________ __________."</p>
13-
</body>
18+
</body>
19+
1420
</html>

0 commit comments

Comments
 (0)