PHP Classes

File: resources/views/system/404.twig

Recommend this page to a friend!
  Classes of Ahmad Mustapha   Utility Web PHP API   resources/views/system/404.twig   Download  
File: resources/views/system/404.twig
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Utility Web PHP API
API to retrieve movie details and other resources
Author: By
Last change:
Date: 3 years ago
Size: 399 bytes
 

Contents

Class file image Download
{% extends 'layouts/app.twig' %} {% block contents %} <div class="card card-danger"> <div class="card-header bg-danger text-white"> 404(Not Found) </div> <div class="card-body text-danger font-weight-bolder"> The requested resources does not exists.<br/> <a href="/">Let's go home</a> </div> </div> {% endblock contents %}