Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
fl2on authored Sep 17, 2024
1 parent 6f7a4ae commit 4d18e60
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
<meta property="og:title" content="PixelCorder">
<meta property="og:description" content="Capture and download your screen recording with ease.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://qzxtu.github.io/PixelCorder/">
<meta property="og:url" content="https://fl2on.github.io/PixelCorder/">
<meta property="og:image" content="images/icon.png">
<!-- Twitter meta tags -->
<meta property="twitter:card" content="https://qzxtu.github.io/PixelCorder/images/card.jpeg">
<meta property="twitter:card" content="https://fl2on.github.io/PixelCorder/images/card.jpeg">
<meta property="twitter:title" content="PixelCorder">
<meta property="twitter:description" content="Capture and download your screen recording with ease.">
<meta property="twitter:image" content="https://qzxtu.github.io/PixelCorder/images/card.jpeg">
<meta property="twitter:image" content="https://fl2on.github.io/PixelCorder/images/card.jpeg">
<!-- Favicon -->
<link rel="shortcut icon" href="images/icon.png" type="image/x-icon">
<!-- Include Tailwind CSS -->
Expand Down Expand Up @@ -83,7 +83,7 @@ <h1 id="pageTitle" class="text-6xl font-bold mb-4">Sorry</h1>
<script>
document.addEventListener('DOMContentLoaded', function () {
const currentYear = new Date().getFullYear();
document.title = `PixelCorder | Copyright © ${currentYear} Qzxtu`;
document.title = `PixelCorder | Copyright © ${currentYear} fl2on`;
});
</script>
</body>
Expand Down

0 comments on commit 4d18e60

Please sign in to comment.