-
Notifications
You must be signed in to change notification settings - Fork 0
/
Ferrets.html
37 lines (32 loc) · 1.3 KB
/
Ferrets.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
34
35
36
37
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Content about Ferrets</title>
<link rel="stylesheet" href="pet.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw==" crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
<body>
<header>
<div class="navbar">
<div class="logo" ><a href="#">Web dveloper</a></div>
<ul class="links"></ul>
<li><a href="hero">Home</a></li>
<li><a href="about">About</a></li>
<li><a href="servise">contact</a></li>
<li><a href="contact">servise</a></li>
<a href="#" class="action_btn">Get Started</a>
<div class="toggle_btn"><i class="fa-solid fa-bars"></i></div>
</div>
<div class="dropdown_menu"></div>
<li><a href="hero">Home</a></li>
<li><a href="about">About</a></li>
<li><a href="servise">contact</a></li>
<li><a href="contact">servise</a></li>
<li><a href="#" class="action_btn">Get Started</a></li>
</header>
</body>
</html>
</body>
</html>