-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreviews.html
31 lines (31 loc) · 1.06 KB
/
reviews.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>IamDb</title>
<link rel="stylesheet" href="./assets/css/styles.css">
</head>
<body>
<header>
<a href="index.html"><h1 id="nameplate">IamDb</h1></a>
<nav id="navlinks">
<a href="recommendations.html"><h2>Recommendations.</h2></a>
<a href="reviews.html"><h2>Reviews.</h2></a>
</nav>
</header>
<main>
<div id="spacer">
</div>
<div id="content">
<section class="title-section">
<h5 class="title">REVIEWS</h5>
<h4>a compendium of my unsolicited cinematic opinions :)</h4>
</section>
<section id="all-reviews">
</section>
</div>
</main>
</body>
<!-- <script src="app.js" type="text/javascript"></script> -->
<script src="./assets/js/main.js" type="text/javascript"></script>
<script src="./assets/js/reviews.js" type="text/javascript"></script>
</html>