-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.php
37 lines (27 loc) · 832 Bytes
/
index.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset='UTF-8'>
<title>Full Stack Eletro</title>
<link rel="stylesheet" href="./CSS/estilo.css">
</head>
<body>
<!-- Inicio do menu superior -->
<?php
include_once('menu.html');
?>
<!-- Fim do menu superior -->
<br><br>
<main>
<h2>Seja bem vindx</h2>
<p>Aqui em nossa, loja <em>programadores tem desconto</em> nos produtos para sua casa!</p>
</main>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<footer id="rodape">
<p id="formas_pagamento"><b>Formas de pagamento:</b></p>
<img src="./imagens/formas-pagamento.png">
<p>©Recode Pro</p>
<p>Desenvolvido por Marcos dos Anjos Bernardes da Silva Junior</p>
</footer>
</body>
</html>