Add basic OpenGraph metadata

This commit is contained in:
Andrio Celos 2022-10-05 17:59:12 +11:00
parent 1d29356107
commit 1d3a3017f7

View File

@ -5,6 +5,11 @@
<title>Tableturf Battle</title>
<link rel="stylesheet" href="tableturf.css"/>
<script src="config/config.js"></script>
<meta property="og:type" content="website"/>
<meta name="title" property="og:title" content="Tableturf Battle"/>
<meta name="description" property="og:description" content="(Beta) An unofficial simulator for Tableturf Battle from Splatoon 3. Play online with friends using any in-game cards!"/>
<meta property="og:url" content="https://questers-rest.andriocelos.net/tableturf/"/>
<meta name="theme-color" content="#e7b427" data-react-helmet="true"/>
</head>
<body>
<div id="noJSSection">This application requires JavaScript.</div>