This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
jichaobo
/
laravel5.4-company-master
Suivre
1
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Branche:
master
Branches
Tags
master
laravel5.4-c...
/
resources
/
views
/
errors
/
503.blade.php
503.blade.php
136 B
Lien permanent
Historique
Raw
1
2
3
4
5
6
7
@extends('errors.error')
@section('code', '503')
@section('text')
<p>非常抱歉!服务器异常,请稍后再试。</p>
@stop