is115-php/mal.php

18 lines
295 B
PHP
Raw Normal View History

<?php include '../common.php'; ?><!DOCTYPE html>
2021-08-28 18:59:08 +02:00
<html lang="no">
<head>
<title><?=title();?></title>
<link rel="stylesheet" href="../index.css">
2021-08-28 18:59:08 +02:00
</head>
<body>
<div class="container">
<h1><?=title();?></h1>
<h4><?=getNavigation();?></h4>
2021-11-03 23:16:16 +01:00
<h2></h2>
2021-08-28 18:59:08 +02:00
</div>
</body>
</html>