File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 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/p5@1.4.1/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/papaparse@5.3.2/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 >
You can’t perform that action at this time.
0 commit comments