-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmultiplayer.html
83 lines (71 loc) · 3.79 KB
/
multiplayer.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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="styles.css">
<title>
LoKe games - MultiPlayer PvP
</title>
</head>
<body class="cate">
<div style="width: 100%;"><img class="logo" src="Images/logo.jpg" width="200px" height="200px" alt="Logo"></div>
<nav class="navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="category.html">Category</a></li>
<li><a href="trending.html">Trending</a></li>
<li><a href="forum.html">Forum</a></li>
<li><a href="signin.html">Sign in</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="cate"><h1 class="greet">Multiplayer PvP</h1></div>
<p class="cate">
<img src="Images/multiplayer.jpg" width="700px" height="400px" class="one"><br>
A multiplayer video game is a video game in which more than one person can play in the same game environment at the same time, either locally (e.g. New Super Mario Bros. Wii) or online over the internet (e.g. World of Warcraft, Call Of Duty). Multiplayer games usually require players to share the resources of a single game system or use networking technology to play together over a greater distance; players may compete against one or more human contestants, work cooperatively with a human partner to achieve a common goal, or supervise other players' activity. Multiplayer games allow players interaction with other individuals in partnership, competition or rivalry, providing them with social communication absent from single-player games.<br>
</p>
<div class="row">
<br>
<br>
</div>
<div class="row">
<div class="col-6"><img src="Images/multiplayer1.jpg"></div>
<div class="col-6"><img src="Images/multiplayer2.jpg"></div>
</div>
<div class="row">
<div class="col-6">PLAYERUNKNOWN'S BATTLEGROUNDS</div>
<div class="col-6">Fortnite</div>
</div>
<div class="row">
<br>
<br>
</div>
<div class="row">
<div class="col-6"><img src="Images/multiplayer3.jpg"></div>
<div class="col-6"><img src="Images/img5.jpg"></div>
</div>
<div class="row">
<div class="col-6">Apex Legends</div>
<div class="col-6">Call of Duty: Modern Warfare</div>
</div>
<div style="text-align: center"><a href="category.html"><button class="getgame"> Show All </button></a></div>
<!--
<table style="text-align: center;" border="0" cellpadding="10" cellspacing="20" >
<tr>
<td><img src="multiplayer1.jpg"><br><br></td>
<td><img src="multiplayer2.jpg"><br><br></td>
<td><img src="multiplayer3.jpg"><br><br></td>
<td><img src="img5.jpg"><br><br></td>
</tr>
<tr>
<td>PLAYERUNKNOWN'S BATTLEGROUNDS </td >
<td>Fortnite</td>
<td>Apex Legends</td>
<td>Call of Duty: Modern Warfare</td>
</tr>
</table>
<p class="all">
show all ->
</p>
-->
</body>
</html>