Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
lipn-search
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
4
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Julien David
lipn-search
Merge requests
!17
Methode search
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Methode search
methode_search
into
master
Overview
0
Commits
3
Pipelines
0
Changes
2
Closed
TP SDA
requested to merge
methode_search
into
master
3 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
70573d9e
Prev
Next
Show latest version
1 file
+
46
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
70573d9e
La page B du projet
· 70573d9e
Hamid
authored
3 years ago
site_web/recherche.html
0 → 100644
+
46
−
0
Options
<!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
Loading