-
Notifications
You must be signed in to change notification settings - Fork 0
/
veiculos.html
32 lines (31 loc) · 1.22 KB
/
veiculos.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
<!DOCTYPE html>
<html lang="pt-br">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="01-imagens/02-icon-novacap.png" type="image/x-icon">
<title>Usina Novacap - Veículos</title>
<link rel="stylesheet" href="estilos/style.css">
</head>
<body>
<header>
<h1>Página de Controle de Veículos</h1>
<p><a href="index.html" target="_self" rel="prev">Página Inicial</a></p>
<nav>
<a href="usuario.html" target="_self" rel="next">Usuário</a></li>
<a href="material.html" target="_self" rel="next">Material</a></li>
<a href="motorista.html" target="_self" rel="next">Motorista</a></li>
<a href="veiculos.html" target="_self" rel="next">Veículos</a></li>
</nav>
</header>
<main>
<form action="">
</form>
</main>
</body>
<footer>
<p>© 2024 Companhia Urbanizadora da Nova Capital do Brasil <a href="https://www.novacap.df.gov.br/" target="_blank">(Novacap)</a></p>
<p>DEINF Departamento de Informática</p>
<p>Desenvolvido por Anderson de Matos Guimarães - Mat. 920060</p>
</footer>
</html>