forked from diogosatdl/JDGAMES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
produto.php
60 lines (56 loc) · 2.13 KB
/
produto.php
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
<!DOCTYPE html>
<?php
include('cabecalhoAdmin.php');
?>
<html>
<head>
<meta charset="UTF-8">
<title></title>
</head>
<body >
<div class="mainProd" >
<ol class="breadcrumb">
<li><a href="#">Inicio</a></li>
<li><a href="#">Play Station 4</a></li>
<li class="active">Consoles</li>
</ol>
<div class="foto">
<img src="img/6.jpg">
</div>
<div class="pagamento">
<h3>Play Station 4 500gb</h3>
<h1>R$: 1499,00</h1>
<p>Ou em 10x de R$: 149,90 sem juros*</p><br>
<button class="btn btn-lg btn-success">Adicionar ao Carrinho</button>
<br><br>
<p>Calcular Frete:</p>
<input type="text" size="5" maxlength="5"> - <input type="text" size="3" maxlength="3">
</div>
<div class="informacoes">
<h3>Informações do Produto:</h3>
<table class="table table-bordered">
<tr>
<td>Nome</td>
<td>Play Station 4 500gb</td>
</tr>
<tr>
<td>Marca</td>
<td>Sony</td>
</tr>
<tr>
<td>Descrição</td>
<td>A PlayStation 4 é uma consola de videojogos produzida pela Sony Computer Entertainment, sucessora da PlayStation 3 e a quarta como parte da série PlayStation. A PlayStation 4 foi anunciada durante uma conferência de imprensa da Sony em Nova Iorque a 20 de Fevereiro de 2013. O evento conhecido como "PlayStation Meeting 2013" tinha o objectivo de descobrir "O Futuro da PlayStation". Foi lançada na América do Norte a 15 de Novembro de 2013, na Europa e América do Sul a 29 de Novembro de 2013 e no Japão a 22 de Fevereiro de 2014. A PlayStation 4 compete directamente com a Wii U da Nintendo e com a Xbox One da Microsoft, como uma das consolas da oitava geração.</td>
</tr>
<tr>
<td>Categoria</td>
<td>Consoles</td>
</tr>
<tr>
<td>Plataforma</td>
<td>Play Station 4</td>
</tr>
</table>
</div>
</div>
</body>
</html>