mirror of
https://github.com/danbulant/Portfolio
synced 2026-06-14 12:01:25 +00:00
Merge pull request #141 from EETagent/meta_tags_cs
(frontend) cs lang & meta tags
This commit is contained in:
commit
47d92eabc5
1 changed files with 5 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue