-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathquotes.html
More file actions
50 lines (49 loc) · 1.73 KB
/
quotes.html
File metadata and controls
50 lines (49 loc) · 1.73 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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Fitzwilliam Darcy</title>
</head>
<body>
<div class="container">
<p><span class="bold"> fitzdarcy@home:~$</span> darcy --quotes</p>
<p>
This could be a blog, a portfolio or anything you dare to imagine. For
now there will be a selection of my famous quotes.
<br />
</p>
<blockquote class="quote">
“She is tolerable, but not handsome enough to tempt me, and I am in no
humor at present to give consequence to young ladies who are slighted by
other men.”
</blockquote>
<blockquote class="quote">
“Yes, vanity is a weakness indeed. But pride - where there is a real
superiority of mind, pride will be always under good regulation.”
</blockquote>
<blockquote class="quote">
"You are too generous to trifle with me. If your feelings are still what
they were last April, tell me so at once."
</blockquote>
<blockquote class="quote">"I love you. Most Ardently."</blockquote>
<p>
Type darcy --help to see where you can go from here or darcy --home to
go back homepage. Hit tab to focus on the command line.
</p>
<!-- <p class="cl">
<span class="bold"> fitzdarcy@home:~$ </span>
<span
id="input"
class="input"
contenteditable="true"
autofocus
tabindex="1"
></span>
</p> -->
</div>
<script src="script.js"></script>
</body>
</html>