1
0
Fork 0
This repository has been archived on 2024-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
Accommodation_Management/view/404.php

9 lines
166 B
PHP
Raw Permalink Normal View History

2021-01-11 17:30:13 +01:00
<?php
require_once('template/head.php');
?>
<div class="container-fluid section">
<h1>404 :/</h1>
</div>
<?php
require_once('template/footer.php');
?>