• 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
    Improved 404 page and updated tests for empty search · f60a0c3b
    f60a0c3b Browse Files
    Dan Brown authored 2016-01-01 09:03:40 +0000
404.blade.php 242 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
@extends('base')

@section('content')


<div class="container">
    <h1 class="text-muted">Page Not Found</h1>
    <p>Sorry, The page you were looking for could not be found.</p>
    <a href="/" class="button">Return To Home</a>
</div>

@stop