-
Notifications
You must be signed in to change notification settings - Fork 0
/
menu.php
37 lines (31 loc) · 979 Bytes
/
menu.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
<?php include('funcoes/session.php');require_once('funcoes/conexao.php');?>
<!DOCTYPE html>
<html>
<head>
<title>Controle de Usuários</title>
<meta charset="UTF-8">
<?php require_once('funcoes/meta.php');?>
</head>
</body>
<?php require_once('funcoes/header.php');?>
<h3 id="titulo">Novos Usuários</h3>
<div class="option gap">
<div class="col-6">
<div id="icone" class="">
<a class="" href="User.php" title="" target="_self"><img src='img/user.png' alt='logo'/></a>
</div>
<div class="" id="titulo">
<p><a class="" href="User.php" title="" target="_self">Usuários</a></p>
</div>
</div>
<div class="col-6">
<div id="icone" class="">
<a class="" href="funcao.php" title="" target="_self"><img src='img/config.png' alt='logo'/></a>
</div>
<div class="" id="titulo">
<a class="" href="funcao.php" title="" target="_self"><p>Funções</p></a>
</div>
</div>
<div>
<body>
</html>