Add description of toot

- adds a short description to the <title>
- adds a meta tag for description

See #13
This commit is contained in:
Nikita Karamov 2021-08-28 16:06:57 +02:00
parent 44ebe5fd3c
commit 555ac47080
No known key found for this signature in database
GPG Key ID: 7FCADEDBB1AEBE44
1 changed files with 5 additions and 1 deletions

View File

@ -21,7 +21,11 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>toot</title>
<title>toot &mdash; cross-instance share page for Mastodon</title>
<meta
name="description"
content="toot allows you to share stuff on Mastodon, cross-instance. Just put in your post text and the instance URL and click &lsquo;Toot!&rsquo;"
/>
<link href="/style.css" rel="stylesheet" />
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin />