9 lines
136 B
PHP
Executable File
9 lines
136 B
PHP
Executable File
@extends('layout')
|
|
@section('content')
|
|
<center>
|
|
<h1>404</h1>
|
|
<img src="/404.gif">
|
|
<br><a href="/1422">:3</a></br>
|
|
</center>
|
|
@endsection
|