Merge pull request #141 from EETagent/meta_tags_cs

(frontend) cs lang & meta tags
This commit is contained in:
Sebastian Pravda 2023-01-13 12:08:24 +01:00 committed by GitHub
commit 47d92eabc5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<html lang="cs">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Portál pro bezpečné a radostné přijímací řízení" />
<meta name="keywords" content="Portfolio, SŠ, Přijímačky, Střední školy, Motivační dopis" />
<meta name="robots" content="index, follow" />
<meta charset="utf-8" />
<link rel="icon" href="%sveltekit.assets%/favicon.png" />
<meta name="viewport" content="width=device-width" />
%sveltekit.head%
</head>
<body>