-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
74 lines (69 loc) · 3.86 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>abcd</title>
<!-- <link rel="shortcut icon" href="../../assets/images/icon/favicon.ico" type="image/x-icon"> -->
<link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div id="wrap">
<div id="t1">
<div id="t2">
<div id="t3">
<div id="t4">
<div id="t5">
<ul id="menu">
<li><a href="#t1" class="icon fa ">ABSTRACT</a></li>
<li><a href="#t2" class="icon fa ">NATURE</a></li>
<li><a href="#t3" class="icon fa ">BUILDING</a></li>
<li><a href="#t4" class="icon fa ">SPACE</a></li>
<li><a href="#t5" class="icon fa">ANIMALS</a></li>
</ul>
<div class="page" id="p1">
<h1>Page 1</h1>
</div>
<div class="page" id="p2">
<h1>Page 2</h1>
<img src="https://images.hdqwalls.com/wallpapers/thumb/3d-abstract-swirl-yellow-blue-5k-50.jpg" width="18%" height="20%">
</div>
<div class="page" id="p3">
<h1>Page 3</h1>
</div>
<div class="page" id="p4">
<h1>Page 4</h1>
</div>
<div class="page" id="p5">
<h1>Page 5</h1>
<img src="https://images.hdqwalls.com/wallpapers/thumb/cat-fire-eyes-yx.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/bulldog-puppy-4k-xn.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/owl-glowing-eyes-s0.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/reinderr-snow-4k-kh.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/heathland-deer-4k-qr.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/reindeer-open-field-landscape-4k-jq.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/giraffe-under-blue-sky-5k-lu.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/beautiful-dove-rising-to-sky.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/little-fancy-fish.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/white-horse.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/wolf-glowing-eyes-4k-ff.jpg" width="18%" height="20%">
<img src="https://github.com/Mayurmg/wallpaper-pics/blob/main/9a0f5a88-30ae-4f69-8069-59351a11d628.png?raw=true" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/reindeer-lost-in-nature-4k-9o.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/cougar-5k-dm.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/lion-morning-light-5k-yd.jpg"width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/horses-sunset-4k-uk.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/lion-smoking-artwork-aq.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/fox-digital-art-4k-qg.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/wallpapers/thumb/lion-roaring-on-top-of-mountain-5k-k7.jpg" width="18%" height="20%">
<img src="https://images.hdqwalls.com/download/butterfly-macro-4k-6k-1280x800.jpg" width="18%" height="20%">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>