-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathhome.html
29 lines (27 loc) · 832 Bytes
/
home.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Eco VIbee</title>
<link rel="stylesheet" href="home.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=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap" rel="stylesheet">
</head>
<body>
<nav class="navbar">
<div class="nav-logo">
<a href="#"><i class='bx bx-recycle'></i></a>
</div>
<ul class="nav-links">
<li><a href="#">Home</a></li>
<li><a href="#">Login</a></li>
<li><a href="#">About Me</a></li>
</ul>
</nav>
<section class="content">
<h1></h1>
</section>
</body>
</html>