-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
60 lines (48 loc) · 2.2 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
/*
Author - Gautam Kumar Mahar
Branch - CSE
Project - Buying Guide For Laptop and Mobile
*/
<!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>INTRO | PAGE</title>
<!-- stylesheet -->
<link rel="stylesheet" href="laptop.css">
</head>
<body>
<div class="container">
<!-- heading -->
<h1><center><i>BUYING GUIDE ON GAMING LAPTOPS </center> </h1>
<!-- <h2><center>Finding the right gaming devices have never been easier</center></h2> -->
<!-- image -->
<center> <img src="img/laptop1.png" alt="" width="600" height="350"></center>
<!-- description -->
<h6><center>Top 5 things to know before buying a laptop </center></h6>
<h2><center></center> <a href="Performance.html" target ="_blank"> PERFORMANCE </a></center></h4>
<h2><center></center> <a href="display.html" target ="_blank"> Display </a></center></h4>
<h2><center></center> <a href="operating.html" target ="_blank"> Operating System </a></center></h4>
<h2><center></center> <a href="ports.html" target ="_blank"> Ports & connectivity </a></center></h4>
<h2><center></center> <a href="design.html" target ="_blank"> Design </a></center></h4>
<!-- <a href="display.html" target="_blank">Display</a>
<h4><center> Operating system </center></h4>
<h4><center> Ports & connectivity </center></h4>
<h4><center> Design </center></h4> -->
<br><br><br><br><br>
<h1><center><i>BUYING GUIDE ON GAMING MOBILES </center> </h1>
<h2><center></center> <a href="mobile.html" target ="_blank"> Gaming Mobile Guide </a></center></h4>
</div>
<div class="footer-bottom">
<div class="container">
<br><br>
<p class="copyright"> <center>
© <h7>2023 Gautam Gaming All Right Reserved by </h7><a href="https://github.com/gautammahar" class="copyright-link">gautamop</a>
</center>
</p>
</div>
</div>
</body>
</html>