mirror of
https://github.com/NohamR/Projet-foot.git
synced 2026-01-11 08:48:14 +00:00
index
This commit is contained in:
25
index.html
Normal file
25
index.html
Normal file
@@ -0,0 +1,25 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel = "stylesheet" href = "src/style.css">
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Document</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1> Accueil</h1>
|
||||
<h2>Montez le son pour plus de sensations !</h2>
|
||||
<table>
|
||||
<tr>
|
||||
<td><div id = "acc">
|
||||
<h2> Jeu de jongles : Positionnez votre personnage sous la balle avant qu'elle ne touche le sol afin de marquer le plus de point possibles et espérer égaler le record de jongles de Neymar Jr (400 jongles en 1 minute). </h2>
|
||||
<h3>"Il n'y a pas d'endroit dans le monde où l'homme est plus heureux que dans un stade de football." Albert Camus</h3>
|
||||
</div>
|
||||
</td>
|
||||
<td><img src = 'src/neymar.jpg'></td>
|
||||
</tr>
|
||||
</table>
|
||||
<button name = 'bouton' type="submit">Commencer !</button>
|
||||
<audio src="src/musique.mp3" loop autoplay></audio>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user