-
Notifications
You must be signed in to change notification settings - Fork 0
/
watchlist.html
25 lines (24 loc) · 1.04 KB
/
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
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="index.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap" rel="stylesheet">
</head>
<body>
<div class="hero overlay">
<a href="index.html" class="hero-head">Find your film</a>
<a href="watchlist.html" class="watchlist-page">My Watchlist</a>
</div>
<!-- <div class="search-bar">
<input type="text" placeholder="Blade Runner" id="search-input">
<button type="submit" id="search-btn">Search</button>
</div> -->
<div class="content">
<div id="card-section" class="card-section">
</div>
</div>
<script src="watchlist.js"></script>
</body>
</html>