-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·34 lines (32 loc) · 943 Bytes
/
index.html
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
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Entrega Trabalho</title>
<style>
h3 {
font-weight: normal;
}
</style>
</head>
<body>
<h3><b>Aluno:</b> Lucas Mezencio Santana</h3>
<h3><b>Matricula:</b> 11911BSI253</h3>
<h3>
<b>Link online:</b>
<a href="http://lucasmezencio.atwebpages.com/clinica/">
lucasmezencio.atwebpages.com/clinica
</a>
</h3>
<p>
Os arquivos para a criação do banco de dados se encontram dentro da pasta dbFiles
<br>
Dentro dela possui um script para a criação da conta admin q é a primeira conta para acesso do sistema
<br>
Email: <strong>[email protected]</strong> <br>
Senha: <strong>1234</strong>
</p>
</body>
</html>