forked from mystiq/website
feat: add meta tags
This commit is contained in:
parent
dbb7f1c0bd
commit
6ffcd763b1
1 changed files with 15 additions and 0 deletions
15
index.html
15
index.html
|
@ -2,7 +2,22 @@
|
|||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="referrer" content="no-referrer-when-downgrade" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="viewport" content="width=, initial-scale=1.0" />
|
||||
<meta
|
||||
name="description"
|
||||
content="Mystiq is an anonymous, hyper-localized social media platform that is free and opensource"
|
||||
/>
|
||||
<meta name="author" content="Mystiq" />
|
||||
<meta property="og:title" content="Mystiq | Hyper-localized Social Media" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="Mystiq is an anonymous, hyper-localized social media platform that is free and opensource"
|
||||
/>
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
|
|
Loading…
Reference in a new issue