-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
33 lines (32 loc) · 1.88 KB
/
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
<!DOCTYPE html>
<html lang="en">
<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">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
<link rel="stylesheet" href="estilo/styles.css">
<link rel="stylesheet" href="estilo/styleindex.css">
<title>Escola</title>
</head>
<body>
<div class="wrapper">
<div class="conteudo">
<h1>Faça login como:</h1>
<div class = "conteudo2">
<a href="aluno.html"><img src="img/icon-aluno.png" height="30px"> ALUNO</a>
<a href="professor.html"><img src="img/icon-professor.png" height="30px"> PROFESSOR</a>
<a href="responsavel.html"><img src="img/icon-responsavel.png" height="30px"> RESPONSÁVEL</a>
<a href="secretaria.html"><img src="img/icon-professor.png"height="30px"> SECRETARIA</a>
<a href="financeiro.html"><img src="img/icon-aluno.png" height="30px"> FINANCEIRO</a>
</div>
</div>
<footer>
<p>Tópicos Especiais de Sistemas - UP 2022 - Grupo Umbrella</p>
</footer>
</div>
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
</body>
</html>