Initial commit

This commit is contained in:
2025-04-08 12:06:32 +02:00
commit 66df99954e
18 changed files with 853 additions and 0 deletions

18
404.html Normal file
View File

@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="cs">
<head>
<!--#include virtual="components/head.html" -->
<title>Stránka nenalezena - Svobodný software Liberec</title>
</head>
<body>
<!--#include virtual="components/header.html" -->
<!--#include virtual="components/nav.html" -->
<main style="text-align: center">
<h1>Stránka nenalezena.</h1>
<p>Pokusili jste se načíst stránku, která na tomto serveru neexistuje.</p>
<p>Klikněte prosím na jeden z odkazů uvedených výše.</p>
</main>
<!--#include virtual="components/footer.html" -->
</body>
</html>