Skip to content

Commit

Permalink
Add metadata for social media cards.
Browse files Browse the repository at this point in the history
  • Loading branch information
fragglet committed Jan 30, 2024
1 parent 211c2b3 commit f2d6c3b
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions pkg/emscripten/sopwith.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@
height: 90vh;
}
</style>

<meta property="og:title" content="Sopwith" />
<meta property="og:type" content="website" />
<meta property="og:description" content="Modern port of the classic biplane shoot 'em up" />
<meta property="og:image" content="https://fragglet.github.io/sdl-sopwith/img/start-screen.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:alt" content="Screenshot of the start position of the game Sopwith" />

<meta name="twitter:title" content="Sopwith">
<meta name="twitter:description" content="Modern port of the classic biplane shoot 'em up">
<meta name="twitter:image" content="https://fragglet.github.io/sdl-sopwith/img/start-screen.png">
<meta name="twitter:image:alt" content="Screenshot of the start position of the game Sopwith">
<meta name="twitter:card" content="summary_large_image">
</head>
<body>
<div class="emscripten">
Expand Down

0 comments on commit f2d6c3b

Please sign in to comment.