feat: add meta info
This commit is contained in:
parent
e46b883966
commit
1c68427901
1 changed files with 8 additions and 1 deletions
|
@ -4,7 +4,14 @@
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title>ayo.run: what's running?</title>
|
<title>Ayo.run - What's running?</title>
|
||||||
|
<meta property="og:description" content="Home to self-hosted open source alternatives for popular services.">
|
||||||
|
<meta name="description" content="Home to self-hosted open source alternatives for popular services.">
|
||||||
|
<meta itemprop="description" content="Home to self-hosted open source alternatives for popular services.">
|
||||||
|
<meta property="og:title" content="Ayo.run">
|
||||||
|
<meta property="og:url" content="http://ayo.run">
|
||||||
|
<meta property="og:image" content="/touch-icon-large.png">
|
||||||
|
<meta property="og:site_name" content="cozy.pub">
|
||||||
<link rel="stylesheet" href="pico.min.css">
|
<link rel="stylesheet" href="pico.min.css">
|
||||||
<style>
|
<style>
|
||||||
html, body {
|
html, body {
|
||||||
|
|
Loading…
Reference in a new issue