-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
29 lines (27 loc) · 1.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ayaan Templates Website</title>
<link rel="shortcut icon" href="img/FAVICON.png" type="image/x-icon">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<nav>
<img src="img/logo.png" alt="" class="logo">
<ul>
<a href="#" class="line"><li class="l1">Home</li></a>
<a href="about.html" class="line"><li class="l1">About</li></a>
<a href="#a" class="line"><li class="l1">Templates</li></a>
<a href="#" class="line"><li class="l1">Contact </li></a>
</ul>
</nav>
</header>
<a href="https://ayaanwebdeveloper.github.io/YourEidi/" id="a"><img src="img/eid.png" alt="" class="is"></a>
<a href="https://ayaanwebdeveloper.github.io/Headphonetemplate/"><img src="img/headphone.png" alt="" class="is2"></a>
<a href="https://ayaanwebdeveloper.github.io/Pakistan14augcard/"><img src="img/14.png" alt="" class="is3"></a>
<a href="https://ayaanwebdeveloper.github.io/Cartemplate/"><img src="img/car.png" alt="" class="is4"></a>
</body>
</html>