PHP Classes

File: App/Views/errors/500.php

Recommend this page to a friend!
  Classes of Muhammad Umer Farooq   What is My Browser   App/Views/errors/500.php   Download  
File: App/Views/errors/500.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: What is My Browser
Show the details of the current user browser
Author: By
Last change:
Date: 5 years ago
Size: 322 bytes
 

Contents

Class file image Download
<?= \Zest\View\View::view('nav'); ?>
<title>500</title>
<div id='pages'>
    <h1 class="align-center">An error occurred</h1>
</div>
<div class="container" id='white-board'>
    <h1 class="zest-title" ><span class="page-title">An error occurred</span></h1>
    <p>Sorry, an error has occurred.</p>
</div>
<div id='relax'></div>