Adefinir
Finale
laravel_project
resources
views
layouts
chart_page.blade.php
Go to the documentation of this file.
1
<!DOCTYPE html>
2
<html lang=
"en"
>
3
4
<head>
5
<meta charset=
"utf-8"
>
6
<meta name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
7
8
<link rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css"
>
9
<link rel=
"stylesheet"
href=
"https://use.fontawesome.com/releases/v5.7.0/css/all.css"
integrity=
"sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ"
crossorigin=
"anonymous"
>
10
11
<script src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"
></script>
12
<script src=
"https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.0/umd/popper.min.js"
></script>
13
<script src=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js"
></script>
14
15
</head>
16
17
<body
class
=
"bg-dark"
style=
"margin-left: 50px;"
>
18
19
<!-- En-tĂȘte de la page d
'accueil -->
20
<header id="head">
21
<div class="container-sm text-center p-3">
22
<h5 style="color:white">Résultats de votre test</h5>
23
</div>
24
</header>
25
26
<!-- Contenu principal -->
27
<main class="container-sm p-3">
28
@section( "main" )
29
@show
30
</main>
31
32
<!-- Pied de page -->
33
<footer id="footer" class="top-space" >
34
@section( "footer" )
35
@show
36
</footer>
37
38
</body>
39
40
</html>
Generated by
1.8.20