-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrecommendations.html
More file actions
50 lines (50 loc) · 1.79 KB
/
Copy pathrecommendations.html
File metadata and controls
50 lines (50 loc) · 1.79 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 name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recommendations</title>
<link rel="stylesheet" href="style.css">
<link href='https://fonts.googleapis.com/css?family=Noto Sans Buhid' rel='stylesheet'>
<link href='https://fonts.googleapis.com/css?family=Chocolate Classical Sans' rel='stylesheet'>
</head>
<body>
<div>
<ul class="nav">
<li><a href="index.html">Home</a></li>
<li>Recommendations</li>
<li><a href="values.html">Values</a></li>
<li><a href="cheese-reviews.html">Cheese Reviews</a></li>
</ul>
</div>
<div class="content">
<h1>Here are a few things I love and highly recommend</h1>
<h2>TV Shows</h2>
<ul>
<li>The Wheel of Time (Prime) - 3 seasons
<ul>
<li>Note: This was unceremoniously canceled just as it was hitting its stride!</li>
</ul>
</li>
<li>Silo (Apple TV) - 2 seasons</li>
<li>Severance (Apple TV) - 2 seasons</li>
<li>We Are Lady Parts (Peacock) - renewed for a second season</li>
<li>The Americans (Hulu) - 5 seasons</li>
</ul>
<h2>Books</h2>
<ul>
<li>The Expanse</li>
<li>Between Certain Death and a Possible Future</li>
<li>We Both Laughed in Pleasure</li>
<li>A Memory Called Empire</li>
</ul>
<h2>Music</h2>
<ul>
<li>Foreign Affair by Tina Turner</li>
<li>Solar Power by Lorde</li>
<li>OBSERVATIONS FROM A CROWDED ROOM by Joy Oladokun</li>
<li>Nightclubbing by Grace Jones</li>
</ul>
</div>
</body>
</html>