Merge branch 'master' of https://codefirst.iut.uca.fr/git/jade.van_brabandt/3.01-QCM_MuscuMaths
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
cc60aecd33
@ -1,16 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset=utf-8>
|
||||
<title>Math'Educ</title>
|
||||
<title>Maths Educ</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
||||
<link rel="stylesheet" href="/css/global.css">
|
||||
<link rel="stylesheet" href="css/global.css">
|
||||
</head>
|
||||
|
||||
<body id="bodyStyle">
|
||||
<div>
|
||||
<a href="/" role="button" class="fs-4 btn btn-secondary btn-lg position-absolute top-0 mt-2 end-0 me-2">
|
||||
Retour
|
||||
</a>
|
||||
</div>
|
||||
<div class="container mt-5">
|
||||
<div>
|
||||
<p>test</p>
|
||||
<div class="col-5 bg-light border border-warning rounded">
|
||||
<p> Player Nickname : </p>
|
||||
<p>{{ player.nickname }} </p>
|
||||
</div>
|
||||
{% for maxscore in maxscores %}
|
||||
<div class="col-5 bg-light border border-warning rounded">
|
||||
<p> Maxscore pour le chapitre {{ maxscore["chapter"] }} : </p>
|
||||
<p>{{ maxscore["maxscore"] }} </p>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in new issue