-
Notifications
You must be signed in to change notification settings - Fork 1
/
gabarito.php
39 lines (36 loc) · 940 Bytes
/
gabarito.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
<?php
include_once 'connection.php';
?>
<!DOCTYPE html>
<html lang="pt-br">
<body>
<header>
<?php
include_once 'login.php';
include_once 'menu.php';
?>
</header>
<div class="container conteudo">
<?php
include_once 'carrosel.php';
?>
<div class="row destaque">
<h2 style="color:#005858;">Gabarito</h2>
<hr>
</div>
<div class="col-lg-12 ">
<div id="gtco-started" style="background-color: #A54812 ">
<br>
<font color="#FFFFF" >
<h4> 1- A</h4>
<h4> 2- A</h4>
<br>
</div>
</div>
</div>
<?php
include_once 'pluggin.php';
include_once 'footer.php';
?>
</body>
</html>