-
Notifications
You must be signed in to change notification settings - Fork 0
/
watchlist.html
26 lines (24 loc) · 998 Bytes
/
watchlist.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
<html>
<head>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.css">
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@200;400;500;700;800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="index.css">
</head>
<body>
<div class="container">
<header class="header-container">
<div class="header-flex">
<h1 class="title">Watchlist</h1>
<a class="watchlist" href="index.html">Search for movies</a>
</div>
</header>
<section id="watchlist">
<div class="placeholder-container">
</div>
</section>
</div>
<script src="watchlist.js"></script>
</body>
</html>