mirror of
https://github.com/NohamR/Projet-foot.git
synced 2025-05-24 22:31:52 +00:00
index
This commit is contained in:
parent
9f4fcff20f
commit
164339c405
@ -1,6 +1,6 @@
|
|||||||
<html lang="en">
|
<html lang="en">
|
||||||
<head>
|
<head>
|
||||||
<link rel = "stylesheet" href = "style.css">
|
<link rel = "stylesheet" href = "src/style.css">
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
@ -16,10 +16,10 @@
|
|||||||
<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>
|
<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>
|
</div>
|
||||||
</td>
|
</td>
|
||||||
<td><img src = '/neymar.jpg'></td>
|
<td><img src = 'src/neymar.jpg'></td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
<button name = 'bouton' type="submit">Commencer !</button>
|
<button name = 'bouton' type="submit">Commencer !</button>
|
||||||
<audio src="musique.mp3" loop autoplay></audio>
|
<audio src="src/musique.mp3" loop autoplay></audio>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Before Width: | Height: | Size: 193 KiB After Width: | Height: | Size: 193 KiB |
Before Width: | Height: | Size: 80 KiB After Width: | Height: | Size: 80 KiB |
@ -5,7 +5,7 @@ h1 {
|
|||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
body{
|
body{
|
||||||
background-image:url('/Arriereplan.jpg');
|
background-image:url('Arriereplan.jpg');
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
}
|
}
|
||||||
h2{
|
h2{
|
Loading…
x
Reference in New Issue
Block a user