Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
Attached open graph protocol metatags
  • Loading branch information
Xackspel authored Nov 10, 2024
1 parent c936372 commit 4b5d356
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
<link href="https://fonts.googleapis.com/css2?family=Coiny&display=swap" rel="stylesheet">
<!-- Styles -->
<link rel="stylesheet" href="/css/style.css">
<title>Xackspel</title>
<title>Xackspel - PHP Developer</title>
<meta property="og:title" content="Xackspel - PHP Developer" />
<meta property="og:url" content="https://xackspel.github.io/" />
<meta property="og:image" content="" />
</head>
<body style="background-image: url('/img/white_brick_wall.png');">
<header>
Expand Down Expand Up @@ -178,4 +181,4 @@ <h2 class="pb-2 border-bottom">Contact Page in development</h2>
</footer>
<script src="/js/main_js.js"></script>
</body>
</html>
</html>

0 comments on commit 4b5d356

Please sign in to comment.