got help from BRN_systems
This commit is contained in:
1
templates/404.html
Normal file
1
templates/404.html
Normal file
@@ -0,0 +1 @@
|
||||
<h1>JOŽO ČO TU ROBÍŠ</h1>
|
1
templates/footer.html
Normal file
1
templates/footer.html
Normal file
@@ -0,0 +1 @@
|
||||
<h1>pata</h1>
|
1
templates/header.html
Normal file
1
templates/header.html
Normal file
@@ -0,0 +1 @@
|
||||
<h1>hlava</h1>
|
31
templates/skeleton.html
Normal file
31
templates/skeleton.html
Normal file
@@ -0,0 +1,31 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css" />
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css"
|
||||
integrity="sha512-SnH5WK+bZxgPHs44uWIX+LLJAJ9/2PkPKZ5QiAj6Ta86w+fsb2TkcmfRyVX3pBnMFcV7oQPJkl9QevSCWr3W6A=="
|
||||
crossorigin="anonymous" referrerpolicy="no-referrer">
|
||||
<link rel="stylesheet" href="/global/global.css">
|
||||
<script src="/global/global.js"></script>
|
||||
<title>GAME HUB</title>
|
||||
__TEMPLATE_SCRIPT__
|
||||
__TEMPLATE_STYLE__
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header>
|
||||
__TEMPLATE_HEADER__
|
||||
</header>
|
||||
<main>
|
||||
__TEMPLATE_STRANKA__
|
||||
</main>
|
||||
<footer>
|
||||
__TEMPLATE_FOOTER__
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
Reference in New Issue
Block a user