Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.

Commit

Permalink
修改 404 模板
Browse files Browse the repository at this point in the history
  • Loading branch information
broqiang committed Mar 26, 2018
1 parent 93c37bf commit e0dda46
Showing 1 changed file with 6 additions and 14 deletions.
20 changes: 6 additions & 14 deletions resources/views/errors/404.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,13 @@

@section('content')
<div class="container">
<div class="card">
<div class="card text-muted">
<div class="card-header bg-transparent">
<h1 class="text-danger text-center"> 404 !</h1>
<h5 class="card-title text-center my-3">访问的地址不存在!</h5>
</div>
<div class="card-body">
<center>
<h1 class="text-warning"> 404 </h1>

<div class="dropdown-divider"></div>

<h3 class="text-muted">
访问的地址不存在 !
</h3>

<p class="text-muted my-3">如果你访问的是迁移之前的地址,点击上面的菜单,还可以找到相应的文章</p>

<p>{{ $exception->getMessage() }}</p>
</center>
<p class="text-muted my-3">如果你访问的是迁移之前的地址,点击上面的菜单,还可以找到相应的文章</p>
</div>
</div>
</div>
Expand Down

0 comments on commit e0dda46

Please sign in to comment.