43 lines
No EOL
1.3 KiB
HTML
43 lines
No EOL
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" href="./css/style.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<meta charset="UTF-8">
|
|
<link rel="icon" href="./assets/logo.ico" type="image/x-icon">
|
|
</head>
|
|
|
|
<body id="background-image">
|
|
<header>
|
|
<nav>
|
|
<label for="toggle" class="lab">☰</label>
|
|
<input type="checkbox" id="toggle">
|
|
<div class="menu">
|
|
<img id="logo" src="./assets/logo.png" alt="background">
|
|
<a href="index.html">Accueil</a>
|
|
<a href="commands.html">Commandes</a>
|
|
<a href="about.html">À Propos</a>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
<main>
|
|
<div class="box">
|
|
<h3> Commandes : </h3>
|
|
<ul>
|
|
<li>Haut: Z ou fleche du haut</li>
|
|
<li>Bas: S ou fleche du bas</li>
|
|
<li>Gauche: Q ou fleche de gauche</li>
|
|
<li>Droite: D ou fleche de droite</li>
|
|
<li>Tirer: Clic Gauche </li>
|
|
<li>Viser: Souris</li>
|
|
<li>Ouvrir le telephone: P</li>
|
|
</ul>
|
|
</div>
|
|
</main>
|
|
<footer>
|
|
<p>© 2023 - Grand Tabernacle Auto</p>
|
|
</footer>
|
|
</body>
|
|
|
|
</html> |