diff --git a/content/index.html b/content/index.html index 6d355ae529146fb1e70265213aec1099cea77e09..b5476bc3e57ad6766de6702e8f8e17f9c183e20d 100644 --- a/content/index.html +++ b/content/index.html @@ -20,6 +20,12 @@ <meta name="twitter:description" content="Vol si jak chceš, kde chceš. My ti to zjednodušíme."> <meta name="twitter:image" content="TODO"> + <link + rel="icon" + href="static/images/icon.webp" + type="image/webp" + > + <link rel="stylesheet" href="static/css/base.css" diff --git a/content/static/images/icon.webp b/content/static/images/icon.webp new file mode 100644 index 0000000000000000000000000000000000000000..938e094b0201c6d93e385ca268979dd90e6ebe90 Binary files /dev/null and b/content/static/images/icon.webp differ