added opengraph info
This commit is contained in:
parent
7708be1318
commit
1f204b581b
1 changed files with 9 additions and 2 deletions
11
index.html
11
index.html
|
@ -1,6 +1,13 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en_GB">
|
||||||
<head>
|
<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 charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
|
@ -30,7 +37,7 @@
|
||||||
<br />
|
<br />
|
||||||
</article>
|
</article>
|
||||||
<footer>
|
<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>
|
</footer>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue