PHP Classes

File: views/shared/error.php

Recommend this page to a friend!
  Classes of Aleksey   PHP Framework Bootstrap 4 Template   views/shared/error.php   Download  
File: views/shared/error.php
Role: Auxiliary script
Content type: text/plain
Description: Auxiliary script
Class: PHP Framework Bootstrap 4 Template
Show application pages using Bootstrap templates
Author: By
Last change:
Date: 2 years ago
Size: 328 bytes
 

Contents

Class file image Download
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
    <meta name="viewport" content="width=device-width" />
    <title>Error</title>
</head>
<body>
    <hgroup>
        <h1>Error.</h1>
        <h2>An error occurred while processing the request.</h2>
    </hgroup>
</body>
</html>