|
|
@ -0,0 +1,45 @@
|
|
|
|
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
|
|
|
<title>Présentation</title>
|
|
|
|
|
|
|
|
<link
|
|
|
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
|
|
|
href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
|
|
|
|
|
|
|
|
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I"
|
|
|
|
|
|
|
|
crossorigin="anonymous"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<script
|
|
|
|
|
|
|
|
src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js"
|
|
|
|
|
|
|
|
integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo"
|
|
|
|
|
|
|
|
crossorigin="anonymous"
|
|
|
|
|
|
|
|
></script>
|
|
|
|
|
|
|
|
<script
|
|
|
|
|
|
|
|
src="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/js/bootstrap.min.js"
|
|
|
|
|
|
|
|
integrity="sha384-oesi62hOLfzrys4LxRF63OJCXdXDipiYWBnvTl9Y9/TRlw5xlKIEHpNyvvDShgf/"
|
|
|
|
|
|
|
|
crossorigin="anonymous"
|
|
|
|
|
|
|
|
></script>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-dark bg-dark">
|
|
|
|
|
|
|
|
<div class="container-fluid mx-0">
|
|
|
|
|
|
|
|
<div class="nav-item nav-link">
|
|
|
|
|
|
|
|
<a class="navbar-brand">Home</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="mx-auto">
|
|
|
|
|
|
|
|
<h5 class="m-1 fw-bold text-uppercase" style="color: #fff">
|
|
|
|
|
|
|
|
Northgan
|
|
|
|
|
|
|
|
</h5>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="nav-link">
|
|
|
|
|
|
|
|
<a class="navbar-brand">Next</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</nav>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<main class="container d-flex" style=" background-color: #3f5151;">
|
|
|
|
|
|
|
|
<h1 class="text-uppercase d-flex justify-content-center">Scripted</h1>
|
|
|
|
|
|
|
|
</main>
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
</html>
|