Add 'og:' attributes
This commit is contained in:
@ -1,8 +1,22 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en" prefix="og: https://ogp.me/ns#">
|
||||||
<head>
|
<head>
|
||||||
<title>Locutus</title>
|
<title>Locutus</title>
|
||||||
<meta charset="UTF-8"/>
|
<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"/>
|
<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="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"/>
|
<link rel="stylesheet" href="/res/styles/styles.css?v=0.0.0-0" type="text/css"/>
|
||||||
|
BIN
www/res/images/locutus.png
Normal file
BIN
www/res/images/locutus.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 7.9 KiB |
Reference in New Issue
Block a user