mirror of
https://gitlab.com/siarp/beethoven2000.de.git
synced 2026-08-08 03:28:19 +00:00
initial - based on https://gitlab.com/siarp/beethoven2000.de_old
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
<?php
|
||||
|
||||
header("HTTP/1.0 404 Not Found");
|
||||
|
||||
$page_title = 'Beethoven2000 - Seite nicht gefunden';
|
||||
$additional_headers = array();
|
||||
|
||||
include('includes/header.inc');
|
||||
?>
|
||||
|
||||
<div id="content">
|
||||
|
||||
<h1>
|
||||
<?php echo $page_title; ?>
|
||||
</h1>
|
||||
|
||||
<p>
|
||||
Die gesuchte Seite wurde nicht gefunden.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
<?php
|
||||
include('includes/footer.inc');
|
||||
?>
|
||||
Reference in New Issue
Block a user