Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Julien David
lipn-search
Commits
70573d9e
Commit
70573d9e
authored
Mar 31, 2021
by
Hamid
Browse files
La page B du projet
parent
e75e32fb
Changes
1
Hide whitespace changes
Inline
Side-by-side
site_web/recherche.html
0 → 100644
View file @
70573d9e
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
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=
""
>
<title>
lipn search
</title>
<!-- Bootstrap core CSS -->
<link
rel=
"stylesheet"
href=
"https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
integrity=
"sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm"
crossorigin=
"anonymous"
>
<link
href=
"https://fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic"
rel=
"stylesheet"
type=
"text/css"
>
<script
src=
"https://cdn.jsdelivr.net/npm/bootstrap@5.0.0-beta3/dist/js/bootstrap.bundle.min.js"
integrity=
"sha384-JEW9xMcG8R+pH31jmWH6WWP0WintQrMb4s7ZOdauHnUtxwoG2vI5DkLtS3qm9Ekf"
crossorigin=
"anonymous"
></script>
<script
src=
"https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"
></script>
<link
rel=
"stylesheet"
href=
"{{url_for('static',filename='../static/css/landing-page.min.css')}}"
>
</head>
<body>
<nav
class=
"navbar navbar-light bg-light"
style=
"height: 100px;"
>
<form
class=
"form-inline"
>
<a
class=
"navbar-brand"
href=
"#"
>
Lipn Search
</a>
<input
class=
"form-control form-control-lg "
type=
"search"
placeholder=
"Effectuez une recherche"
aria-label=
"Search"
style=
"margin-left:2px;"
>
<button
class=
"btn btn-outline-success mr-sm-18"
type=
"submit"
style=
"margin-left:50px;"
>
Search
</button>
</form>
</nav>
<div
class=
"container row h-100 justify-content-center align-items-center"
>
<div
class=
"col-10"
>
Le contenu du resultat de recherche
</div>
</div>
<!-- <div class="container">
Le resultat des recherches serra ici
</div> -->
</body>
</html>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment