This repository has been archived on 2023-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
web/app/view/index.php

7 lines
188 B
PHP
Raw Normal View History

2022-01-16 16:12:04 +00:00
<?php $this->view('template/header', ['title' => $title]); ?>
2022-01-17 06:30:09 +00:00
<h1>Velkommen til forsida!</h1>
<p>Ting fungerer noen ganger.</p>
2022-01-16 16:12:04 +00:00
<p><?=$data?></p>
<?php $this->view('template/footer'); ?>