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.
44 lines
559 B
HTML
44 lines
559 B
HTML
|
2 years ago
|
<!DOCTYPE html>
|
||
|
|
<html>
|
||
|
|
<head>
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||
|
|
<style>
|
||
|
|
a {
|
||
|
|
text-decoration: none;
|
||
|
|
display: inline-block;
|
||
|
|
padding: 8px 16px;
|
||
|
|
}
|
||
|
|
|
||
|
|
a:hover {
|
||
|
|
background-color: #ddd;
|
||
|
|
color: black;
|
||
|
|
}
|
||
|
|
|
||
|
|
.previous {
|
||
|
|
background-color: #f1f1f1;
|
||
|
|
color: black;
|
||
|
|
}
|
||
|
|
|
||
|
|
.next {
|
||
|
|
background-color: #04AA6D;
|
||
|
|
color: white;
|
||
|
|
}
|
||
|
|
|
||
|
|
.round {
|
||
|
|
border-radius: 50%;
|
||
|
|
}
|
||
|
|
</style>
|
||
|
|
</head>
|
||
|
|
<body>
|
||
|
|
|
||
|
|
<h2>En travaux</h2>
|
||
|
|
|
||
|
|
<p>Résulat du query : {{ search }} </p>
|
||
|
|
|
||
|
|
<a onclick="history.back()" class="next">« Retour</a>
|
||
|
|
|
||
|
|
|
||
|
|
</body>
|
||
|
|
</html>
|
||
|
|
|