-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
140 lines (122 loc) · 3.5 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
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<!DOCTYPE html>
<html lang="pt-BR">
<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>LGA-Gaming></title>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<h1 id="nomeDaPagina"><strong>LGA-GAMING</strong></h1>
<body>
<nav id="menu">
<ul>
<li>
<a href="index.html">Página inicial</a>
</li>
<li>
<a href="about.html">Sobre Nós</a>
</li>
</ul>
</nav>
<div id="jogos">
<div id="produtos">
<h2></strong>God of War</strong></h2>
<img src="./img/godofwar.jpg">
<P><strong>Jogo completo</strong></P>
<h1>R$99,90</h1>
<button>Comprar</button>
</div>
<div id="produtos">
<h2><strong>Diyng light 2</strong></h2>
<img src="./img/diyng.jpg">
<p><strong>Jogo completo</strong></p>
<h1>R$89,90</h1>
<button> Comprar</button>
</div>
<div id="produtos">
<h2><strong>Daysgone</strong></h2>
<img src="./img/daysgone.jpg">
<P><strong>Jogo completo</strong></P>
<h1>R$135,90</h1>
<button>Comprar</button>
</div>
</div>
<div id="jogos">
<div id="produtos">
<h2><strong>Elder Ring</strong></h2>
<img src="./img/elder.jpg">
<P><strong>Jogo completo</strong></P>
<h1>R$299,00</h1>
<button>Comprar</button>
</div>
<div id="produtos">
<h2><strong>Battlefild 2042</strong></h2>
<img src="./img/battlefield2042.jpg">
<p><strong>Jogo completo</strong></p>
<h1>R$200,00</h1>
<button> Comprar</button>
</div>
<div id="produtos">
<h2><strong>Call ofduty - Cold war</strong></h2>
<img src="./img/callOfDutyColdWar.jpg">
<P><strong>Jogo completo</strong></P>
<h1>R$130,00</h1>
<button>Comprar</button>
</div>
</div>
<div id="jogos">
<div id="produtos">
<h2><strong>Ghost of tsushima</strong></h2>
<img src="./img/ghost-of-tsushima.jpg">
<P><strong>Jogo completo</strong></P>
<h1>R$205,00</h1>
<button>Comprar</button>
</div>
<div id="produtos">
<h2><strong>Horizon zero danw</strong></h2>
<img src="./img/horizon.jpg">
<P><strong>Jogo completo</strong></P>
<h1>R$79,90</h1>
<button>Comprar</button>
</div>
<div id="produtos">
<h2><strong>little Nightmares</strong></h2>
<img src="./img/littleNightmares.jpg">
<P><strong>Jogo completo</strong></P>
<h1>R$89,00</h1>
<button>Comprar</button>
</div>
</div>
<div id="jogos">
<div id="produtos">
<h2><strong>star Wars-Jedi fallen order</strong></h2>
<img src="./img/starWarsJedi.jpg">
<P><strong>Jogo completo</strong></P>
<h1>R$71,90</h1>
<button>Comprar</button>
</div>
<div id="produtos">
<h2><strong>The sims 4</strong></h2>
<img src="./img/theSims4.jpg">
<P><strong>Jogo completo</strong></P>
<h1>R$19,90</h1>
<button>Comprar</button>
</div>
<div id="produtos">
<h2><strong>The Wither</strong></h2>
<img src="./img/theWither.jpg">
<P><strong>Jogo completo</strong></P>
<h1>R$40,00</h1>
<button>Comprar</button>
</div>
</div>
<br>
<br>
<br>
</style>
</head>
<script>
</script>
</body>
</html>