added opengraph stuff
This commit is contained in:
parent
8aed8d5e5d
commit
3977bf0f18
1 changed files with 7 additions and 0 deletions
|
@ -7,6 +7,13 @@
|
|||
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
|
||||
<link rel="stylesheet" type="text/css" media="screen" href="res/index.css">
|
||||
<script src="res/index.js"></script>
|
||||
|
||||
<meta property="og:description" content="FediBooks - An easy to use bot creator and manager for the fediverse." />
|
||||
<meta property="og:locale" content="en_GB" />
|
||||
<meta property="og:site_name" content="FediBooks" />
|
||||
<meta property="og:url" content="https://fedibooks.com" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:image" content="https://fedibooks.com/media/linux.png" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue