|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
|
<link href="css/styles.css" rel="stylesheet" />
|
|
|
|
|
<link href="{{base}}/css/styles.css" rel="stylesheet" />
|
|
|
|
|
<title>Félicitations!</title>
|
|
|
|
|
<style>
|
|
|
|
|
body {
|
|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
justify-content: center;
|
|
|
|
|
height: 100vh;
|
|
|
|
|
margin: 0;
|
|
|
|
|
background: url('../assets/img/points.png') center/cover no-repeat;
|
|
|
|
|
background: url('{{base}}/assets/img/points.png') center/cover no-repeat;
|
|
|
|
|
background-color: lightslategray;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
@ -47,7 +47,7 @@
|
|
|
|
|
<div class="message">
|
|
|
|
|
Bravo ! Vous avez gagné 125 points !!
|
|
|
|
|
</div>
|
|
|
|
|
<img class="celebration-image" src="../assets/img/celeb.png" alt="Célébration">
|
|
|
|
|
<img class="celebration-image" src="{{base}}/assets/img/celeb.png" alt="Célébration">
|
|
|
|
|
</div>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|