You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

26 lines
637 B

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Template | KNKS</title>
<link rel="stylesheet" href="./css/base.css">
</head>
<body>
<?php
include "./components/navbar.php";
?>
<div class="title-container">
<h1><span>W</span>iki</h1>
</div>
<div class="content-container">
<h1 class="article-title">Instalace modpacku přes prism</h1>
<div class="article-content"></div>
</div>
</section>
<?php
require "./components/footer.php"
?>
</body>
</html>