mirror of
https://github.com/NohamR/Projet-foot.git
synced 2025-05-24 14:22:00 +00:00
index
This commit is contained in:
parent
9f4fcff20f
commit
164339c405
@ -1,6 +1,6 @@
|
||||
<html lang="en">
|
||||
<head>
|
||||
<link rel = "stylesheet" href = "style.css">
|
||||
<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">
|
||||
@ -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>
|
||||
</div>
|
||||
</td>
|
||||
<td><img src = '/neymar.jpg'></td>
|
||||
<td><img src = 'src/neymar.jpg'></td>
|
||||
</tr>
|
||||
</table>
|
||||
<button name = 'bouton' type="submit">Commencer !</button>
|
||||
<audio src="musique.mp3" loop autoplay></audio>
|
||||
<audio src="src/musique.mp3" loop autoplay></audio>
|
||||
</body>
|
||||
</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;
|
||||
}
|
||||
body{
|
||||
background-image:url('/Arriereplan.jpg');
|
||||
background-image:url('Arriereplan.jpg');
|
||||
background-size: cover;
|
||||
}
|
||||
h2{
|
Loading…
x
Reference in New Issue
Block a user