| Current Path : /var/www/thinksupport.bitkit.dk/httpdocs/wp-content/ |
| Current File : /var/www/thinksupport.bitkit.dk/httpdocs/wp-content/php-error.php |
<?php
/**
* Created by PhpStorm.
* User: benazeer-phases
* Date: 12/10/20
* Time: 4:50 PM
*/
?>
<?php
get_header();
?>
<section class="custom-not-found">
<div class="container">
<div class="row">
<div class="col-md-12">
<h1>
<?php echo "500 Error"; ?>
</h1>
<p>
<?php echo "Internal Server Error. Please contact server admin."; ?>
</p>
</div>
</div>
</div>
</section>
<?php
get_footer();