-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
54 lines (52 loc) · 1.4 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html" charset="UTF-8">
<title>
GIT1_W3U3_Fetching - A Page of Quotations
</title>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>A Page of Quotations</h1>
<h2>(.. for your reading pleasure!)</h2>
<ul>
<li>
"You can't depend on your eyes when you imagination is out of focus." --mark Twain
</li>
<li>
"With great power, comes great responsibility." -- Uncle Ben Parker
</li>
<li>
"You can observe a lot by watching." -- Yogi Berra
</li>
<li>
"Talk is cheap. Show me the code." -- Linus Torvalds
</li>
<li>
"Every good work of software starts by scratching a developer's personal itch." -- Eric Raymond
</li>
<li>
"Never tell me the odds!" -- Han Solo
</li>
<li>
"A man is but the product of his thoughts. What he thinks, he becomes." -- Mahatma Gandhi
</li>
<li>
"Nothing is more dangerous than an idea when it's the only way one we have." -- Emile Chartier
</li>
<li>
"Life's like a movie. Write your own ending." -- Kermit the Frog
</li>
<li>
"Live long and prosper." -- S'chn T'gai Spock
</li>
<li>
"Love your enemies, for they tell you your faults" -- Benjamin Franklin
</li>
<li>
"It ain't over till it's over." -- Yogi Berra
</li>
</ul>
</body>
</html>