-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
19 lines (18 loc) · 1.06 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
<head>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/addons/p5.dom.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/addons/p5.sound.min.js"></script>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<script src="sketch.js"></script>
<h1> Apply the N+7 Technique to the following poem excerpt.</h1>
<h2> To do this, you must replace each noun with the 7th word that follows it in the dictionary.</h2>
<h3> Type the new passage in the textfield below. </h3>
Grandmother, the alchemist, you spun gold out of this hard life, conjured beauty from the things left behind. Found healing where it did not live. Discovered the antidote in your own kit. Broke the curse with your own two hands. You passed these instructions down to your daughter who then passed it down to her daughter.
<textarea id="textfield"></textarea>
<p id = "output"></p>
</body>
</html>