This commit is contained in:
Naponeuer 2023-06-07 09:29:12 +02:00
parent 9f4fcff20f
commit 164339c405
5 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

Before

Width:  |  Height:  |  Size: 193 KiB

After

Width:  |  Height:  |  Size: 193 KiB

View File

Before

Width:  |  Height:  |  Size: 80 KiB

After

Width:  |  Height:  |  Size: 80 KiB

View File

@ -5,7 +5,7 @@ h1 {
color: white;
}
body{
background-image:url('/Arriereplan.jpg');
background-image:url('Arriereplan.jpg');
background-size: cover;
}
h2{