-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
39 lines (34 loc) · 1.05 KB
/
contact.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
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>weapon website</title>
<link rel ="stylesheet" href="css/contact.css">
</head>
<body>
<header>
<div class="logo">
<img src="img/logo.png">
</d000
iv>
</header>
<div class="main">
<div class="navbar">
<div class="icon">
<h2 style="color: rgba(255, 255, 255, 0.911);"> ROYAL SIGNATURE </h2>
</div>
<div class="menu">
<ul>
<li><a href="index.html">HOME </a></li>
<li><a href="about.html" >ABOUT </a></li>
<li><a href="brands.html" ">BRANDS </a></li>
<!-- <li><a href="accessories.html">ACCESSORIES </a></li> -->
<li><a href="feedback.html" >FEEDBACK </a></li>
<li><a href="contact.html" class="active" >CONTACT </a></li>
</ul>
</div>
</div>
</div>
</body>
</html>