rich embed
This commit is contained in:
parent
750434f4be
commit
539e091640
3 changed files with 27 additions and 8 deletions
|
@ -1,6 +1,13 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Jank Client</title>
|
||||
<meta content="Jank Client" property="og:title" />
|
||||
<meta content="A spacebar client that has DMs, replying and more" property="og:description" />
|
||||
<meta content="/login.html" property="og:url" />
|
||||
<meta content="/bitmap.svg" property="og:image" />
|
||||
<meta content="#2a2840" data-react-helmet="true" name="theme-color" />
|
||||
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
<body>
|
||||
<head>
|
||||
<title>Jank Client</title>
|
||||
<meta content="Jank Client" property="og:title" />
|
||||
<meta content="A spacebar client that has DMs, replying and more" property="og:description" />
|
||||
<meta content="/login.html" property="og:url" />
|
||||
<meta content="/bitmap.svg" property="og:image" />
|
||||
<meta content="#2a2840" data-react-helmet="true" name="theme-color" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
<body>
|
||||
<head>
|
||||
<title>Jank Client</title>
|
||||
<meta content="Jank Client" property="og:title" />
|
||||
<meta content="A spacebar client that has DMs, replying and more" property="og:description" />
|
||||
<meta content="/login.html" property="og:url" />
|
||||
<meta content="/bitmap.svg" property="og:image" />
|
||||
<meta content="#2a2840" data-react-helmet="true" name="theme-color" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link href="/style.css" rel="stylesheet" type="text/css" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue