Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
backoffice_client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
LLLE_Project
backoffice_client
Merge requests
!15
Feat/meta desc og
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feat/meta desc og
feat/meta-desc-og
into
dev
Overview
0
Commits
3
Pipelines
1
Changes
4
Merged
Guilhem CARRON
requested to merge
feat/meta-desc-og
into
dev
3 years ago
Overview
0
Commits
3
Pipelines
1
Changes
4
Expand
0
0
Merge request reports
Compare
dev
dev (base)
and
latest version
latest version
2f8f22e1
3 commits,
3 years ago
4 files
+
13
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
public/index.html
+
13
−
5
Options
@@ -5,10 +5,7 @@
<link
rel=
"icon"
href=
"%PUBLIC_URL%/favicon.ico"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<meta
name=
"description"
content=
"Web site created using create-react-app"
/>
<meta
name=
"description"
content=
"Le backoffice de l'application Ecolyo."
>
<link
rel=
"apple-touch-icon"
href=
"%PUBLIC_URL%/logo192.png"
/>
<!--
manifest.json provides metadata used when your web app is installed on a
@@ -24,7 +21,18 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>
Backoffice Ecolyo
</title>
<title>
Ecolyo - Agent
</title>
<meta
property=
"og:url"
content=
"%PUBLIC_URL%"
>
<meta
property=
"og:type"
content=
"website"
>
<meta
property=
"og:title"
content=
"Ecolyo - Agent"
>
<meta
property=
"og:description"
content=
"Le backoffice de l'application Ecolyo."
>
<meta
property=
"og:image:secure_url"
content=
"https://ecolyo-agent.grandlyon.com/og-icon.png"
>
<meta
property=
"og:image"
content=
"https://ecolyo-agent.grandlyon.com/og-icon.png"
>
<meta
property=
"og:image:type"
content=
"image/png"
/>
<meta
property=
"og:image:width"
content=
"1200"
/>
<meta
property=
"og:image:height"
content=
"627"
/>
<meta
property=
"og:image:alt"
content=
"Ecolyo Logo"
/>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
Loading