Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add HTTP header for Discord + Twitter rendering #143

Merged
merged 3 commits into from
Mar 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 23 additions & 9 deletions website/index.html
Original file line number Diff line number Diff line change
@@ -1,13 +1,27 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<head>
<meta charset="UTF-8"/>
<link rel="icon" type="image/svg+xml" href="/logo.svg"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<title>BetterFleet</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
<meta content="BetterFleet" property="og:title"/>
<meta content="Unleash your pirating potential in Sea of Thieves by effortlessly creating and managing your alliance. Join forces, dominate the seas, and discover treasures together with our intuitive app. Perfect for players looking to enhance their multiplayer experience and streamline coordination across the vast oceans. Set sail towards victory with BetterFleet today!"
property="og:description"/>
<meta content="https://betterfleet.fr" property="og:url"/>
<meta content="https:/betterfleet/banner.webp" property="og:image"/>
<meta content="#32D499" data-react-helmet="true" name="theme-color"/>
<meta name="description"
content="Unleash your pirating potential in Sea of Thieves by effortlessly creating and managing your alliance. Join forces, dominate the seas, and discover treasures together with our intuitive app. Perfect for players looking to enhance their multiplayer experience and streamline coordination across the vast oceans. Set sail towards victory with BetterFleet today!">
<meta name="robots" content="index,follow">
<meta name="twitter:title" content="BetterFleet">
<meta name="twitter:description"
content="Unleash your pirating potential in Sea of Thieves by effortlessly creating and managing your alliance. Join forces, dominate the seas, and discover treasures together with our intuitive app. Perfect for players looking to enhance their multiplayer experience and streamline coordination across the vast oceans. Set sail towards victory with BetterFleet today!">
<meta name="twitter:image" content="https://betterfleet/banner.webp">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
Binary file added website/public/banner.webp
Binary file not shown.
Loading