"skús to commitnúť, počkaj toto ../ dám ešte preč aby to nevypadalo tak..."
This commit is contained in:
2
templates/404.html
Normal file
2
templates/404.html
Normal file
@@ -0,0 +1,2 @@
|
||||
<!--PAGENAME=You stupid-->
|
||||
<h1>How can a human being be this dumb?</h1>
|
@@ -0,0 +1,10 @@
|
||||
<nav>
|
||||
<ul>
|
||||
<li><a href=""><i class="ri-settings-4-fill"></i></a></li>
|
||||
<div class="links">
|
||||
<li><a href=""></a></li>
|
||||
<li><a href=""></a></li>
|
||||
<li><a href=""></a></li>
|
||||
</div>
|
||||
</ul>
|
||||
</nav>
|
15
templates/skeleton.html
Normal file
15
templates/skeleton.html
Normal file
@@ -0,0 +1,15 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.0.1/remixicon.min.css" integrity="sha512-dTsohxprpcruDm4sjU92K0/Gf1nTKVVskNHLOGMqxmokBSkfOAyCzYSB6+5Z9UlDafFRpy5xLhvpkOImeFbX6A==" crossorigin="anonymous" referrerpolicy="no-referrer" />
|
||||
<link rel="stylesheet" href="/styles/global.css">
|
||||
<link rel="stylesheet" href='/styles/pages/<template name="page name">.css'>
|
||||
<title><template name="page name"></title>
|
||||
</head>
|
||||
<body>
|
||||
<template name="navigation">
|
||||
<template name="page content">
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user