• This project
    • Loading...
  • Sign in

Зуев Егор / wiki.dev

Logo belkanton
Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • wiki.dev
  • resources
  • views
  • errors
  • 404.blade.php
  • Dan Brown's avatar
    Added 404 page and extra tests · 144eb69c
    144eb69c
    Dan Brown authored 2015-09-29 21:25:03 +0100
404.blade.php 137 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
@extends('public')

@section('content')


    <h1>Page Not Found</h1>
    <p>The page you were looking for could not be found.</p>

@stop