503.blade.php 318 B

12345678910
  1. @extends('errors/layout')
  2. @section('title') 网站维护中 @endsection
  3. @section('content')
  4. <h1><i class="fa fa-exclamation-triangle orange"></i> 网站维护中,请稍后再访问.</h1>
  5. <p class="lead">我们正在对网站进行维护,维护期间暂时不能正常访问,抱歉!</p>
  6. @endsection