-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy patherro.php
33 lines (28 loc) · 1.03 KB
/
erro.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Sistema de Colaboração</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="js/funcoes.js"></script>
<script src="js/sweetalert.min.js"></script>
</head>
<body>
<div class="corpo-form">
<div class="container">
<h2 style="text-align: center;">Erro no cadastro, tente novamente!</h2>
<br>
<a href="index.php">
<h5>Voltar</h5>
</a>
<a href="sair.php">
<h5>Sair</h5>
</a>
</div>
</div>
</body>
</html>