-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsugestao.xhtml
58 lines (54 loc) · 1.64 KB
/
sugestao.xhtml
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="viewport" content="width=device-width, user-scalable=no" />
<link rel="shortcut icon" type="image/png" href="img/favicon.ico"/>
<title>Wizard Games</title>
<link rel="stylesheet" href="css/bootstrap.min.css" />
<link rel="stylesheet" href="css/estilo.css" />
<link rel="stylesheet" href="css/socialmedia.css" />
<script src="js/jquery.min.js" type="text/javascript" />
<script src="js/bootstrap.min.js" type="text/javascript" />
<script src="js/script.js" type="text/javascript" />
<script src="js/includes.js" type="text/javascript" />
</head>
<body>
<script type="text/javascript">
incluirMenu();
incluirCabecalho();
incluirAudios();
habilitaMenu();
</script>
<div id="conteiner">
<div id="conteudo-pagina">
<!-- Corpo -->
<div id="corpo" class="secao">
<div class="row">
<div class="col-lg-12">
<span>SUGESTÕES DOS USUÁRIOS</span>
<div class="post">
<div class="row">
<div class="col-lg-12">
<h1>Josimar da Silva de Souza</h1>
<br/>
<h4>Seção: Geral</h4>
<p>Vocês poderiam colocar sons do Chrono Trigger também!</p>
<br />
<h4>E-mail: [email protected]</h4>
<h4>Telefone: (19) 91234-1234</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/javascript">
incluirRodape();
incluirModal();
</script>
</body>
</html>