Skip to content

Commit

Permalink
feat(/): add meta tags
Browse files Browse the repository at this point in the history
  • Loading branch information
prplwtf committed Jan 3, 2024
1 parent 8ada06e commit d7e9e3b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@
<link href="/.modules/bootstrap/css/bootstrap.min.css" rel="stylesheet" crossorigin="anonymous">
<link href="/.modules/bootstrap-icons/bootstrap-icons.css" rel="stylesheet" crossorigin="anonymous">
<link href="./index.css" rel="stylesheet" crossorigin="anonymous">

<meta property="og:title" content="blueprint.zip">
<meta property="og:description" content="Powerful, fast and developer-friendly extension framework for Pterodactyl. Utilize extension APIs, inject HTML, modify stylesheets, package extensions and so much more.">
<meta property="og:url" content="https://blueprint.zip">
<meta property="og:image" content="https://i.imgur.com/drAEl6A.png">
<meta property="og:type" content="website">
</head>

<body data-bs-theme="dark">
Expand Down

0 comments on commit d7e9e3b

Please sign in to comment.