PHP Classes

File: resources/views/errors/404.twig

Recommend this page to a friend!
  Packages of Steffen Haase   Beacon   resources/views/errors/404.twig   Download  
File: resources/views/errors/404.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Beacon
MVC framework with built-in user management
Author: By
Last change:
Date: 1 month ago
Size: 222 bytes
 

Contents

Class file image Download
{% extends 'layouts/layout.twig' %} {% block content %} <section class="http-error"> <h1>HTTP 404 - File not found</h1> <p>The file you are looking for was not found.</p> </section> {% endblock %}