-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpage2.html
99 lines (94 loc) · 2.66 KB
/
page2.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
<!DOCTYPE html>
<html>
<head>
<!--title-->
<title>Home</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="css-file.css">
</head>
<body>
<div class="header">
<!--logo-->
<div class="logo">
<img src="http://www.pngmart.com/files/10/Mafia-Logo-PNG-Photos.png" alt="logo">
</div>
<!--heading-->
<div class="heading">
<h1>SERGIO GAMING</h1>
</div>
<!--navbar-->
<div class="navbar">
<ul>
<li><a href="page-3.html">Games</a></li>
<li><a href="page-3.html">Blog</a></li>
<li><a href="page-3.html">About</a></li>
<li><a href="page-3.html">Support</a></li>
</ul>
</div>
</div>
<!--clear-->
<div class="clear"></div>
<div class="content">
<!--heding2-->
<div class="heading_2">
<h1>Hey! Gamers</h1>
</div>
<!--content-->
<div class="para">
<p> Welcome to my website. If you wanna see amazing gameplay , you are at right place.</p>
<p>Check out my some of the featured streams below. I hope you will like it.</p>
<p>Please do like , share and subscribe</p>
<p>Do visit again!!!</p>
</div>
<!--heading games-->
<h2>FEATURED GAMES</h2>
<hr>
<!--links to games-->
<div class="links">
<a href="page-3.html">
<img src="images/pubg.jpg" alt="pubg">
</a>
<a href="page-3.html">
<img src="images/fortnite.jfif" alt="fortnite">
</a>
<a href="page-3.html">
<img src="images/cod.jpg" alt="cod">
</a>
<a href="page-3.html">
<img src="images/cs.jpg" alt="cs go">
</a>
<a href="page-3.html">
<img src="images/gta.jpg" alt="gta5">
</a>
<a href="page-3.html">
<img src="images/witcher.jfif" alt="witcher">
</a>
<a href="page-3.html">
<img src="images/fifa.jpg" alt="fifa20">
</a>
<a href="page-3.html">
<img src="images/re.jpg" alt="residental evil">
</a>
</div>
</div>
<!--footer-->
<div class="footer">
<div class="social">
<p>Follow me on :</p>
<a href="https://www.facebook.com/gaurav.makhijani.752" target="_blank">
<img src="http://pngimg.com/uploads/facebook_logos/facebook_logos_PNG19754.png" alt="fb logo">
</a>
<a href="https://www.instagram.com/___gaurav_makhijani___/" target="_blank">
<img src="http://pngimg.com/uploads/instagram/instagram_PNG3.png" alt="insta logo">
</a>
<a href="https://www.linkedin.com/in/gaurav-makhijani-5704691a2/" target="_blank">
<img src="http://pngimg.com/uploads/linkedIn/linkedIn_PNG38.png" alt="linkedIn logo">
</a>
</div>
<div class="copyright">
<p>Copyright © 2020 SERGIO-GAMING, Inc. - All Rights Reserved | Terms of Use | Privacy Policy</p>
</div>
</div>
</body>
</html>