added opengraph info

This commit is contained in:
Lynne Megido 2019-05-02 23:21:16 +10:00
parent 7708be1318
commit 1f204b581b

View File

@ -1,6 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en_GB">
<head>
<!-- opengraph -->
<meta property="og:title" content="The Cooperative Software License" />
<meta property="og:title" content="A small unofficial website about the CSL, created by @LynnearSoftware@fedi.lynnesbian.space" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://lynnesbian.space/csl" />
<meta property="og:image" content="https://lynnesbian.space/favicon.png" />
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
@ -30,7 +37,7 @@
<br />
</article>
<footer>
The source code of this website can be viewed <a href='https://git.lynnesbian.space/lynnesbian/CSL-site'>here</a>. It is available under the CSL.
Site designed and created by <a href="https://fedi.lynnesbian.space/@LynnearSoftware">Lynne</a>. The source code of this website can be viewed <a href='https://git.lynnesbian.space/lynnesbian/CSL-site'>here</a>. It is available under the CSL.
</footer>
</body>
</html>