diff --git a/v4/components/header.php b/v4/components/header.php new file mode 100644 index 0000000..e327299 --- /dev/null +++ b/v4/components/header.php @@ -0,0 +1,11 @@ +
+ diff --git a/v4/css/style.css b/v4/css/style.css index 9610dc2..7d935e3 100644 --- a/v4/css/style.css +++ b/v4/css/style.css @@ -6,7 +6,7 @@ .nav { display: flex; - + background: red; } diff --git a/v4/index.php b/v4/index.php index df42df1..dc68704 100644 --- a/v4/index.php +++ b/v4/index.php @@ -14,14 +14,14 @@ error_reporting(-1); date_default_timezone_set('Europe/Prague'); // site info -$keywords = ""; +$keywords = "Filip Rojek, rojek, vyvojar, developer, backend vyvojar, nodejs vyvojar, php vyvojar, web vyvojar, programator, linux administrator"; $description = ""; $locale = "cs_CZ"; -$title = ""; -$site_name = ""; +$title = "Filip Rojek | Developer"; +$site_name = "Filip Rojek | Developer"; $author = "Fofrweb | https://fofrweb.com"; $email = "webmaster(@)fofrweb.com"; -$canonical = "https://"; +$canonical = "https://www.filiprojek.cz/"; ?> @@ -57,13 +57,17 @@ $canonical = "https://";lorem
+