65 lines
2.5 KiB
HTML
65 lines
2.5 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/style.css" />
|
|
<meta charset="utf-8"/>
|
|
<meta name="viewport" content="width=device-width", initial-scame="1"/>
|
|
<title>FleetZen</title>
|
|
<html lang="fr">
|
|
</head>
|
|
<body>
|
|
<div id="nav_barre" class="shadow">
|
|
<h1>FleetZen</h1>
|
|
<div id="buttons">
|
|
<a href="pages/contact.html"><button class="styled">contact</button></a>
|
|
<a href="pages/services.html"><button class="styled">services</button></a>
|
|
</div>
|
|
</div>
|
|
<div class="align_x">
|
|
<div id="text_1">
|
|
<p>
|
|
Lorem Ipsum is simply dummy text of the printing and
|
|
typesetting industry. Lorem Ipsum has been the industry's
|
|
standard dummy text ever since 1966, when designers at
|
|
Letraset and James Mosley, the librarian at St Bride
|
|
Printing Library in London, took a 1914 Cicero translation
|
|
and scrambled it to make dummy text for Letraset's Body Type
|
|
sheets. It has survived not only many decades, but also the
|
|
leap into electronic typesetting, remaining essentially
|
|
unchanged. It was popularised hehehe thanks to these sheets and
|
|
more recently with desktop publishing software including
|
|
versions of Lorem Ipsum.
|
|
</p>
|
|
</div>
|
|
<img
|
|
id="img_1"
|
|
src="https://cdn.artphotolimited.com/images/63186a20bd40b809d5bac6c0/300x300/1967-porsche-912.jpg"
|
|
alt="vieille voiture"
|
|
/>
|
|
</div>
|
|
<div class="align_x">
|
|
<img
|
|
class="image_footer"
|
|
src="https://www.passionautomobiles.fr/fr/media/252-lamborghini-huracan-2.jpg"
|
|
alt="voiture jaune"
|
|
/>
|
|
|
|
<img
|
|
class="image_footer"
|
|
src="https://wordpress-content.vroomly.com/wp-content/uploads/2023/03/Lamborghini.jpg"
|
|
alt="voiture jaune-verte"
|
|
/>
|
|
<img
|
|
class="image_footer"
|
|
src="https://mngt.fr/wp-content/uploads/2024/05/Voitures-de-legende-Le-classement-ultime-des-10-plus-rapides-du-Mond.jpg"
|
|
alt="voiture orange"
|
|
/>
|
|
</div>
|
|
|
|
<footer class="footer">
|
|
stagiaires rpz echoes
|
|
</footer>
|
|
|
|
</body>
|
|
</html>
|