-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy path404.php
70 lines (29 loc) · 1.25 KB
/
404.php
1
<?php include 'config.php' ?><!DOCTYPE HTML><html lang="en"> <head> <base href="<?php echo $SITE_URL ?>"> <?php $title = "Not Found - Open Knowledge Maps"; ?> <?php include $COMPONENTS_PATH . "head_standard.php" ?> <style> .ui-widget-header { background: #e55137; border: 1px solid #DDDDDD; color: #333333; font-weight: bold; } </style> </head> <body><?php include($COMPONENTS_PATH . 'header.php'); ?> <a name="top"></a> <a style="padding-top:160px;" name="search"></a> <div class="background-lamp failgif"> <div id="progress" class="mittig"> <h3 class="visualize">404 Not found</h3> <!--<div id="progressbar"></div>--> <p>We couldn't find the page you were looking for.</p> <p><br>You can access our content from the menu above. If you think that there is something wrong with our site, please e-mail us at <a href="mailto:info@openknowledgemaps.org">info@openknowledgemaps.org</a></p> </div> </div> <?php include($COMPONENTS_PATH . 'footer.php'); ?>