-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (31 loc) · 1.04 KB
/
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
30
31
32
33
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>title</title>
<script src="libraries/p5.js" type="text/javascript"></script>
<script src="libraries/p5.dom.js" type="text/javascript"></script>
<script src="libraries/p5.sound.js" type="text/javascript"></script>
<script src="js/script.js" type="text/javascript"></script>
<link rel="stylesheet" href="css/style.css" type="text/css">
</head>
<body>
<h1>Walt Whitman</h1>
<h2>Song of the Open Road</h2>
<p id="line1">open road</p>
<p id="line2">before me</p>
<p class="large">I choose. I choose. I choose.</p>
<p class="med">good-fortune</p>
<p class="small">need nothing</p>
<p id="line2">querulous criticism</p>
<p class="large">open road. open road. open road.</p>
<p class="XL">is sufficient</p>
<p class="XXL">any nearer</p>
<p class="XL">they are</p>
<p class="large">to them. to them. to them.</p>
<p id="line2">delicious burdens</p>
<p class="large">I go</p>
<p class="med">of them</p>
<p class="large">in return. in return. in return.</p>
</body>
</html>