-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
38 lines (37 loc) · 1.2 KB
/
about.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
<!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 --about</p>
<p>
Hello, it's Fitzwilliam Darcy. Lorem ipsum dolor sit, amet consectetur
adipisicing elit. Dolorum beatae laboriosam ratione, fugiat aspernatur
veniam ea dicta laudantium, accusamus dolores, error officiis
voluptates? Possimus omnis atque perspiciatis hic totam enim.
<br />
</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>