-
Notifications
You must be signed in to change notification settings - Fork 0
/
wec.html
31 lines (31 loc) · 1.23 KB
/
wec.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="wec.css">
<title>WEC Series</title>
</head>
<body>
<div class="banner">
<div class="navbar">
<img src="fia.png" class="logo">
<ul>
<li><a href="https://www.fiawec.com/en/about-wec/37" target="_blank">Sobre</a></li>
<li><a href="https://www.fiawec.com/en/calendar/80" target="_blank">Corridas</a></li>
<li><a href="https://fiawec.tv/fiawec/attendees/drivers" target="_blank">Pilotos</a></li>
<li><a href="https://fiawec.tv/fiawec/attendees/teams" target="_blank">Equipes</a></li>
<li><a href="https://discover.fiawec.tv/" target="_blank">Assista</a></li>
</ul>
</div>
<div class="content">
<h1>World Endurance Cup</h1>
<p>Assista aos protótipos de pista mais velozes do mundo<br>ao vivo e em cores.</p>
<div>
<button type="button"><span></span>Assine</button>
<button type="button"><span></span>Corra</button>
</div>
</div>
</div>
</body>
</html>