Add OpenGraph tags

This commit is contained in:
Eevee (Evelyn Woods) 2020-09-05 17:24:34 -06:00
parent 34eb0dae6c
commit 444b16a05d
2 changed files with 4 additions and 0 deletions

View File

@ -5,6 +5,10 @@
<title>Lexy's Labyrinth</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script type="module" src="js/main.js"></script>
<meta name="og:type" content="website">
<meta name="og:image" content="https://c.eev.ee/lexys-labyrinth/og-preview.png">
<meta name="og:title" content="Lexy's Labyrinth">
<meta name="og:description" content="A (work in progress) reimplementation of Chip's Challenge 1 and 2, using entirely free assets.">
</head>
<body>
<header id="header-main">

BIN
og-preview.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB