-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontact.html
40 lines (39 loc) · 1.34 KB
/
contact.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
<!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 --contact</p>
<p>
I don't use social media. (Mostly because I'm a novel character who
lives in the early 19th century..) However, I'll provide some links just
for the sake of demonstration. You cannot click them in the terminal but
you can copy and paste them to your browser's search bar.
<br />
</p>
<p class="link">https://en.wikipedia.org/wiki/Mr._Darcy</p>
<p class="link">https://janeausten.fandom.com/wiki/Fitzwilliam_Darcy</p>
<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>