root / proj1 / index.html @ 1bf3268e
History | View | Annotate | Download (1.14 KB)
1 |
<!DOCTYPE html>
|
---|---|
2 |
<html lang="en"> |
3 |
<head>
|
4 |
<meta charset="UTF-8"> |
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 |
<title>Fórmula 1</title> |
7 |
<link rel="stylesheet" href="css/Style.css"> |
8 |
<script src="jquery-3.5.1.min.js"></script> |
9 |
<script type="text/javascript" src="scripts.js"> </script> |
10 |
|
11 |
|
12 |
</head>
|
13 |
|
14 |
<body>
|
15 |
<div>
|
16 |
<ul class="nav"> |
17 |
|
18 |
<li class="dropdown"><a href="index.html">Menu</a></li> |
19 |
|
20 |
<li class ="dropdown"> |
21 |
<a href="Historia.html" class="dropbtn">História</a> |
22 |
|
23 |
</li>
|
24 |
|
25 |
<li class="dropdown"> |
26 |
<a href="Ep.html" class="dropbtn">Equipas e Pilotos </a> |
27 |
|
28 |
</li>
|
29 |
|
30 |
<li class="dropdown"> |
31 |
<a href="Regulamento.html" class="dropbtn">Regulamento</a> |
32 |
|
33 |
</li>
|
34 |
|
35 |
<li class="dropdown"><a href="Tecnologia.html">Tecnologia</a></li> |
36 |
|
37 |
<li class="dropdown"><a href="about.html">Acerca</a></li> |
38 |
|
39 |
</ul>
|
40 |
</div>
|
41 |
|
42 |
|
43 |
</body>
|
44 |
|
45 |
</html>
|