diff --git a/index.php b/index.php index f1652e1..073c7bb 100644 --- a/index.php +++ b/index.php @@ -33,7 +33,7 @@ if ($_SERVER['REQUEST_METHOD'] == "POST" && isset($_POST["submit"]) && sha1($_PO $skeleton = file_get_contents('templates/skeleton.html'); - $menu_obsah = file_get_contents('templates/header.html'); + $menu_obsah = file_get_contents('templates/404.html'); $out = str_replace('__TEMPLATE_HEADER__', $menu_obsah, $skeleton); $footer_obsah = file_get_contents('templates/footer.html'); diff --git a/stranky/downloadArrow.jpg b/stranky/downloadArrow.jpg new file mode 100644 index 0000000..43cf9b6 Binary files /dev/null and b/stranky/downloadArrow.jpg differ diff --git a/stranky/white-download-icon-21.jpg b/stranky/white-download-icon-21.jpg new file mode 100644 index 0000000..e819629 Binary files /dev/null and b/stranky/white-download-icon-21.jpg differ