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.
 
 
 
 

25 lines
528 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>T</span>emplate</h1>
</div>
<div class="content-container">
</div>
</section>
<?php
require "./components/footer.php"
?>
</body>
</html>