404.blade.php 396 B

12345678910111213
  1. @extends('errors.error')
  2. @section('meta')
  3. <meta http-equiv="Refresh" content="10;{{ url('/') }}" />
  4. @stop
  5. @section('code', '404')
  6. @section('text')
  7. <p>非常抱歉!您进入了错误的页面</p>
  8. <p>此页面将在5秒内跳转到博锐恩首页</p>
  9. <p>如果5秒后仍然停留在此页面,麻烦手动<a href="{{ url('/') }}">->点击此处</a>跳转博锐恩首页</p>
  10. @stop