This commit is contained in:
2024-06-05 20:57:51 +02:00
parent 70fa64502d
commit cb994d8a5b
19 changed files with 290 additions and 11 deletions

30
templates/skeleton.html Normal file
View File

@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="sk">
<head>
<meta charset="UTF-8">
<meta name="keywords" content="Bambusove ponozky, ponozky, bambusove ponozky za dobru cenu" viewport="">
<meta name="description" content="Bambusové ponožky od majstra">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="stylesheet" href="/assets/style.css" />
<link rel="icon" href="/assets/favicon.png" type="image/png">
<script src="/assets/script.js"></script>
<title>Bambusové ponožky</title>
__TEMPLATE_SCRIPT__
__TEMPLATE_STYLE__
</head>
<body>
<header>
__TEMPLATE_HEADER__
</header>
<main>
__TEMPLATE_STRANKA__
</main>
<footer>
__TEMPLATE_FOOTER__
</footer>
</body>
</html>