add opengraph tags and image
authorGeoffrey Allott <geoffrey@allott.email>
Sat, 17 Jun 2023 22:18:29 +0000 (23:18 +0100)
committerGeoffrey Allott <geoffrey@allott.email>
Sat, 17 Jun 2023 22:18:29 +0000 (23:18 +0100)
site/img/splash.png [new file with mode: 0644]
site/index.html

diff --git a/site/img/splash.png b/site/img/splash.png
new file mode 100644 (file)
index 0000000..174c5d0
Binary files /dev/null and b/site/img/splash.png differ
index b20654b38319b3350101994b58111cb666dc4de0..b0ae181215e64ad2c87b019c38a87fee3e6a72e8 100644 (file)
@@ -1,9 +1,14 @@
 <!doctype html>
 <html>
     <head>
-        <meta charset="utf-8" />
-        <link rel="stylesheet" href="./style.css" />
+        <meta charset="utf-8">
+        <link rel="stylesheet" href="./style.css">
         <script type="module" src="main.js"></script>
+        <meta property="og:title" content="PokerWave">
+        <meta property="og:description" content="Online poker and card games">
+        <meta property="og:type" content="website">
+        <meta property="og:image" content="https://pokerwave.io/img/splash.png">
+        <meta property="og:url" content="https://pokerwave.io">
     </head>
     <body>
         <div id="login-background" class="hidden">