forked from Atharshhhh/wallpepper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
51 lines (49 loc) · 2.14 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!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>Wallpaper Website</title>
<link rel="stylesheet" href="css/header.css">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Varela+Round&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.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=Hind+Madurai&family=Josefin+Sans&family=Noto+Sans&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/footer.css">
<link rel="stylesheet" href="css/responsive1000.css">
</head>
<body>
<header>
<nav>
<ul>
<li><a id="nav" href="index.html">WallPepper</li></a>
<li><a id="r-1" href="about.html">About</li></a>
<li><a id="r-2" href="cat.html">Categories</li></a>
</ul>
</nav>
</header>
<div class="progressbar"></div>
<div id="main">
<div class="bg">WallPepper</div>
<div class = "bg-1">
The best free stock photos, royalty free images & videos shared by creators.
</div>
<div class="select">
<b>Quick Search : </b>
<a href="cat.html#nature-section"> Nature</a>,
<a href="cat.html#cars-section"> Cars</a>,
<a href="cat.html#night-section"> Night</a>,
<a href="cat.html#architecture-section"> Architecture</a> & more
</div>
</div>
</div>
</body>
<footer>
<a style = "text-decoration: none;" href="index.html"><li>© WallPepper</li></a>
<li class="f1"><a id="share" href="https://instagram.com/unsplash" target="_blank">Instagram</li></a>
<li class="f2"><a id="share" href="https://github.com/SannketNikam/Wallpepper" target="_blank">Github</li></a>
</footer>
</html>