Skip to content

Commit

Permalink
feat: add meta tag
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentHardouin committed Mar 7, 2024
1 parent 59cdc28 commit be7f371
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,15 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="title" content="Métro travel">
<meta name="description" content="Challenge yourself daily to find the optimal route between two Paris Metro stations.">
<meta name="keywords" content="metro, paris, travel, challenge, game">
<meta name="author" content="Vincent Hardouin">
<meta name="robots" content="index, follow">
<meta name="og:title" content="Métro travel">
<meta name="og:description" content="Challenge yourself daily to find the optimal route between two Paris Metro stations.">
<meta name="og:type" content="website">
<meta name="og:url" content="https://metro-travel.vincenthardouin.dev">
<title>Métro travel</title>
<link rel="stylesheet" href="src/style.css">
<script src="src/script.js" type="module"></script>
Expand Down

0 comments on commit be7f371

Please sign in to comment.