-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
26 lines (23 loc) · 863 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Are You Awake?</title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<h1>Awake and Asleep</h1>
<p>
“Awake” has some obvious definitions, but it can also mean “to realize something,” “to cause to remember.”
</p>
<p>
I remember my dreams when I wake up, I remember my life when I sleep. Yet, these two words - “awake,” “asleep” - are antonyms.
</p>
<p>
I’m not sure we’re <a href="pages/a-wake.html">awake</a> to the definition of “<a href="pages/out.html">asleep</a>”.
</p>
<p>
If you are sure, I challenge you; <a href="pages/contradiction.html">think again</a>.
</p>
</body>
</html>