Add 'og:' attributes

This commit is contained in:
2021-05-11 21:31:57 +02:00
parent ee89b5ab63
commit de016e584d
2 changed files with 15 additions and 1 deletions

View File

@ -1,8 +1,22 @@
<!DOCTYPE html>
<html lang="en">
<html lang="en" prefix="og: https://ogp.me/ns#">
<head>
<title>Locutus</title>
<meta charset="UTF-8"/>
<meta name="description" content="Locutus USIMP web client.
Real-time, distributed, end-to-end encrypted instant messaging."/>
<meta property="og:title" content="Locutus"/>
<meta property="og:url" content="https://locutus.necronda.net/"/>
<meta property="og:type" content="website"/>
<meta property="og:description" content="Locutus USIMP web client.
Real-time, distributed, end-to-end encrypted instant messaging."/>
<meta property="og:image" content="https://locutus.necronda.net/res/images/locutus.png"/>
<meta property="og:image:secure_url" content="https://locutus.necronda.net/res/images/locutus.png"/>
<meta property="og:image:type" content="image/png"/>
<meta property="og:image:width" content="256"/>
<meta property="og:image:height" content="256"/>
<meta name="theme-color" content="#009C90"/>
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
<link rel="icon" sizes="64x64" href="/favicon.ico" type="image/x-icon"/>
<link rel="stylesheet" href="/res/styles/styles.css?v=0.0.0-0" type="text/css"/>

BIN
www/res/images/locutus.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 KiB