Skip to content

Commit

Permalink
Add Open Graph meta tags for title and description in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
M4rcxs committed Apr 17, 2024
1 parent dc3ce5a commit c9038f9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Binary file modified images/mini.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:image" content="./images/mini.png" />

<meta property="og:title" content="Pokédex">
<meta property="og:description" content="Pokédex online. Feito por: Marcos Silva">

<link rel="icon" href="./favicons/favicon-16x16.png">
<link rel="stylesheet" href="./css/style.css">

<script defer src="./js/script.js"></script>

<title>Pokédex</title>

</head>

<body>
Expand Down

0 comments on commit c9038f9

Please sign in to comment.