-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
33 lines (30 loc) · 1.16 KB
/
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
27
28
29
30
31
32
33
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="Global.css">
<link href="https://fonts.googleapis.com/css2?family=Bree+Serif&family=Special+Elite&display=swap" rel="stylesheet">
<script src="https://kit.fontawesome.com/8a349f80db.js" crossorigin="anonymous"></script>
</head>
<body>
<main>
<div class="search-field">
<input class="search" type="text" placeholder="What is your quest about?">
<div class="search-icon"><i class="fa-solid fa-magnifying-glass"></i></div>
</div>
<div class="wrapper">
<!-- <div class="news-card">
<h1></h1>
<div class="inline">
<p></p>
<a></a>
</div>
</div> -->
</div>
</main>
<button>Load More</button>
<script src="script.js"></script>
</body>
</html>