Skip to content

Commit

Permalink
feat: add meta tag info
Browse files Browse the repository at this point in the history
  • Loading branch information
thraizz committed Feb 7, 2024
1 parent e980584 commit 8cdd156
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,37 @@
<html lang="en" class="h-full bg-gray-100">
<head>
<title>Repository.rip</title>
<!-- Primary Meta Tags -->
<title>repository.rip - Bury Your Projects</title>
<meta name="title" content="repository.rip - Bury Your Projects" />
<meta
name="description"
content="repository.rip: Where side projects find their final place. Archive and retire your coding endeavors with simplicity. Explore a digital graveyard for dormant repositories, each telling a coder's story."
/>

<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://repository.rip/" />
<meta property="og:title" content="repository.rip - Bury Your Projects" />
<meta
property="og:description"
content="repository.rip: Where side projects find their final place. Archive and retire your coding endeavors with simplicity. Explore a digital graveyard for dormant repositories, each telling a coder's story."
/>
<meta property="og:image" content="/meta-tag-image.png" />

<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://repository.rip/" />
<meta
property="twitter:title"
content="repository.rip - Bury Your Projects"
/>
<meta
property="twitter:description"
content="repository.rip: Where side projects find their final place. Archive and retire your coding endeavors with simplicity. Explore a digital graveyard for dormant repositories, each telling a coder's story."
/>
<meta property="twitter:image" content="/meta-tag-image.png" />

<link rel="icon" href="/logo.svg" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
Expand Down
Binary file added public/meta-tag-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 8cdd156

Please sign in to comment.