settings: add og tags
This commit is contained in:
parent
598fa6b90c
commit
8db6007f4d
1 changed files with 10 additions and 0 deletions
10
index.html
10
index.html
|
@ -4,6 +4,16 @@
|
|||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta name="viewport" content="user-scalable=no" />
|
||||
<meta
|
||||
property="og:title"
|
||||
content="eNeRPe"
|
||||
/>
|
||||
<meta property="og:description" content="systém náhradní rodinné péče v performativně dokumentární instalaci" />
|
||||
<meta
|
||||
property="og:image"
|
||||
content="/pozvanka_eNeRPe.jpg"
|
||||
/>
|
||||
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://necolas.github.io/normalize.css/8.0.1/normalize.css"
|
||||
|
|
Loading…
Reference in a new issue