-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
34 lines (32 loc) · 1.16 KB
/
Copy pathabout.html
File metadata and controls
34 lines (32 loc) · 1.16 KB
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
34
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Hello, world!</title>
</head>
<body>
<div>
<a href="https://lilatace.github.io/learn_to_code/">Home</a>
<a href="https://lilatace.github.io/learn_to_code/about.html">About</a>
<a href="https://lilatace.github.io/learn_to_code/tags.html">Tags</a>
<a href="https://lilatace.github.io/learn_to_code/book.html">Book Report</a>
</div>
<h1>About Turtles & Bears!</h1>
William Shakespeare's <em>Sonnets</em> consists of 154 poems, each fourteen
lines long (three
<a href="https://en.wikipedia.org/wiki/Quatrain">quatrains</a>
followed by a rhyming
<a href="https://en.wikipedia.org/wiki/Couplet">couplet</a>).
<strong>Sonnet 18</strong> is perhaps the most famous, and begins like this:
</p>
<blockquote>
<p>
Shall I <strong>compare thee</strong> to a summer's day?<br>
Thou art more lovely and more temperate.<br>
Rough winds do shake the darling buds of May,<br>
And <em>summer's lease</em> hath all too short a date.
</p>
</blockquote>
<img src="images/turtle.jpg" alt="">
</body>
</html>