Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis-LJ committed May 31, 2024
1 parent cc0bae8 commit 4473432
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions Hiking/accueil.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,26 @@
<html lang="fr-FR">
<head>
<meta charset="utf-8">

<meta
property="og:image"
content="https://osmand-rendering.github.io/icon/logo_OsmAnd-Rendering.svg" />
<meta
property="og:description"
content="Notre équipe indépendante du projet OsmAnd, ont créé des styles de cartes. Essayez-les et venez en discuter!" />
<meta property="og:title" content="OsmAnd Rendering" />



<title>accueil</title>
<!-- HTML Meta Tags -->
<title>test</title>
<meta name="description" content="Notre équipe indépendante du projet OsmAnd, a créé des styles de cartes. Essayez-les et venez en discuter!">

<!-- Facebook Meta Tags -->
<meta property="og:url" content="https://osmand-rendering.github.io/Hiking/accueil.html">
<meta property="og:type" content="website">
<meta property="og:title" content="OsmAnd Rendering">
<meta property="og:description" content="Notre équipe indépendante du projet OsmAnd, a créé des styles de cartes. Essayez-les et venez en discuter!">
<meta property="og:image" content="https://osmand-rendering.github.io/icon/logo_OsmAnd-Rendering.svg">

<!-- Twitter Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta property="twitter:domain" content="osmand-rendering.github.io">
<meta property="twitter:url" content="https://osmand-rendering.github.io/Hiking/accueil.html">
<meta name="twitter:title" content="OsmAnd Rendering">
<meta name="twitter:description" content="Notre équipe indépendante du projet OsmAnd, a créé des styles de cartes. Essayez-les et venez en discuter!">
<meta name="twitter:image" content="https://osmand-rendering.github.io/icon/logo_OsmAnd-Rendering.svg">

<!-- Meta Tags Generated via https://www.opengraph.xyz -->
<link data-rh="true" rel="icon" href="/icon/logo_OsmAnd-Rendering.svg">
<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300%7CSonsie+One" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="/Hiking/Style.css">
Expand Down

0 comments on commit 4473432

Please sign in to comment.