-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.html
30 lines (23 loc) · 1.01 KB
/
main.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>food mania</title>
<link rel="stylesheet" href="parth1.css/parth.css">
<link href="https://fonts.googleapis.com/css2?family=Old+Standard+TT&family=Playball&family=Roboto+Slab:wght@300&display=swap" rel="stylesheet">
</head>
<body>
<nav id="navbar">
<div id="logo">
<img src="https://yt3.ggpht.com/ytc/AKedOLSMBgWg50roa2cV1Qr8c5VAP_m8CSXF1t2E6ebuOA=s900-c-k-c0x00ffffff-no-rj">
</div>
<li class="items"><a href="#front">home</a></li>
<li class="items"><a href="#services-container">food odering</a></li>
<li class="items"><a href="#our-patners">our partners</a></li>
<li class="items"><a href="#contact-us">contact us </a></li>
<li class="items"><a href="#connect us">connect to us </a></li>
</nav>
</body>
</html>