-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
36 lines (30 loc) · 1.04 KB
/
404.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
<?php include_once('head.php'); ?>
<title>Obrigada!</title>
<meta name="title" content="404">
<meta name="description" content="404 - Página não encontrada">
</head>
<?php include_once('header.php'); ?>
<main class="container-fluid">
<!-- INÍCIO PRIMEIRA DOBRA -->
<section class="row topo" id="topo">
<article class="col-12">
<div class="topo-txt">
<h1><strong>Ops... a página não existe</h1>
<h2>Por favor, navegue pelo menu acima. =)</h2>
<h3>Se preferir, preencha o formulário no final da página.</h3>
</div>
<!-- <div class="row">
<div class="botoes">
<button class="verMais">
<a href="#cenarios" title="Ver mais sobre Costura de Cenários" rel="next">saiba mais</a>
</button>
<button class="solicitarOrcamento">
<a href="#contato-footer" title="Ver mais sobre Costura de Cenários" rel="next">solicitar orçamento</a>
</button>
</div>
</div> -->
</article>
</section>
<!-- FIM PRIMEIRA DOBRA -->
</main>
<?php include_once('footer.php'); ?>