You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
3.3 KiB
HTML
76 lines
3.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
|
<meta name="description" content="">
|
|
<meta name="author" content="">
|
|
<link rel="icon" href="../../../../favicon.ico">
|
|
|
|
<title>Actes princiers</title>
|
|
|
|
<!-- Bootstrap core CSS -->
|
|
<link href="../static/css/bootstrap/bootstrap.min.css" rel="stylesheet">
|
|
<!-- <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.1/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-iYQeCzEYFbKjA/T2uDLTpkwGzCiq6soy8tYaI1GyVh/UjpbCx/TYkiZhlZB6+fzT" crossorigin="anonymous"/> -->
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href="../static/css/carousel.css" rel="stylesheet">
|
|
|
|
|
|
<!-- Custom styles for Actes princiers project -->
|
|
{% include "partials/app_css_links.html" %}
|
|
</head>
|
|
<body>
|
|
|
|
<header>
|
|
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
|
|
<a class="navbar-brand" href="#">Actes princiers</a>
|
|
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
|
|
<span class="navbar-toggler-icon"></span>
|
|
</button>
|
|
<div class="collapse navbar-collapse" id="navbarCollapse">
|
|
<ul class="navbar-nav mr-auto">
|
|
<li class="nav-item active">
|
|
<a class="nav-link" href="#">Accueil <span class="sr-only">(current)</span></a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="#">À propos</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link" href="#">Corpus</a>
|
|
</li>
|
|
<li class="nav-item">
|
|
<a class="nav-link disabled" href="#">Contact</a>
|
|
</li>
|
|
</ul>
|
|
<form class="form-inline mt-2 mt-md-0">
|
|
<input class="form-control mr-sm-2" type="text" placeholder="Recherche" aria-label="Search">
|
|
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Rechercher</button>
|
|
</form>
|
|
</div>
|
|
</nav>
|
|
</header>
|
|
|
|
<main role="main">
|
|
<!-- BLOCK CORPS -->
|
|
{% block corps%}{%endblock%}
|
|
|
|
<!-- FOOTER -->
|
|
<footer class="container">
|
|
<p class="float-right"><a href="#">Back to top</a></p>
|
|
<p>© 2017-2018 Company, Inc. · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
|
|
</footer>
|
|
</main>
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
================================================== -->
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
|
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
|
|
<script>window.jQuery || document.write('<script src="../static/js/bootstrap_js_assets/vendor/jquery-slim.min.js"><\/script>')</script>
|
|
<script src="../../../../assets/js/vendor/popper.min.js"></script>
|
|
<script src="../static/js/bootstrap.min.js"></script>
|
|
<!-- Just to make our placeholder images work. Don't actually copy the next line! -->
|
|
<script src="../static/js/bootstrap_js_assets/vendor/holder.min.js"></script>
|
|
</body>
|
|
</html> |