-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path100010.html
More file actions
31 lines (30 loc) · 2.13 KB
/
Copy path100010.html
File metadata and controls
31 lines (30 loc) · 2.13 KB
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" style="height:100%">
<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 href="styles/bootstrap.min.css" rel="stylesheet">
<title>100010</title>
</head>
<body style="height:100%">
<div class="jumbotron-hero text-center p-5 bg-primary text-white rounded" style="height:30%;background-position: center;
background-image: url(https://imgs.search.brave.com/6Q9S3fcFXw-zIJtdPq9vqSm_QkcPeyltjt85H9HEM9Y/rs:fit:500:0:0/g:ce/aHR0cHM6Ly9pbWcu/ZnJlZXBpay5jb20v/dmVjdGV1cnMtbGli/cmUvbW9kZWxlLXBv/aW50LWludGVycm9n/YXRpb24tZGVzc2lu/ZS1tYWluXzIzLTIx/NDk0MTA0NjIuanBn/P3NpemU9NjI2JmV4/dD1qcGc)">
<a href="" class="btn btn-primary btn-lg">Où utiliser ce véhicule ?</a>
</div>
<div class="jumbotron-hero text-center p-5 bg-primary text-white rounded" style="height:10%;background-position: center;">
</div>
<div class="jumbotron-hero text-center p-5 bg-primary text-white rounded" style="height:20%;background-position: center;
background-image: url(https://www.circuit-lurcy-levis.com/wp-content/uploads/2014/03/les_5circuits.jpg);">
<a href="110101.html" class="btn btn-info btn-lg">France - Lurcy Lévis</a>
</div>
<div class="jumbotron-hero text-center p-5 bg-primary text-white rounded" style="height:20%;background-position: center;
background-image: url(https://upload.wikimedia.org/wikipedia/commons/3/36/Circuit_N%C3%BCrburgring-2013-GP.svg)">
<a href="101010.html" class="btn btn-info btn-lg">Allemagne - Nürburgring</a>
</div>
<div class="jumbotron-hero text-center p-5 bg-primary text-white rounded" style="height:20%;background-position: center;
background-image: url(https://imgs.search.brave.com/VPeK9Xa7fD5qqfhboGawztziOwasekk2GnkoIxzoNUw/rs:fit:500:0:0/g:ce/aHR0cHM6Ly9jZG4u/c2hvcGlmeS5jb20v/cy9maWxlcy8xLzA2/NjIvNjYyMy81MTIz/L3Byb2R1Y3RzL0NJ/UkNVSVRfTUlOSUFU/VVJFX1NQQV9GUkFO/Q09SQ0hBTVBTX1JP/VUdFLmpwZz92PTE2/Njc1NjQ0NjUmd2lk/dGg9MTQ0NQ)">
<a href="000001.html" class="btn btn-info btn-lg">Belgique - Spa-Francorchamps</a>
</div>
</body>
</html>