| 123456789101112131415161718192021222324252627282930 |
- <!doctype html>
- <html lang="{{ app()->getLocale() }}">
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>项目已停止运行</title>
- <!-- Fonts -->
- <link href="https://fonts.googleapis.com/css?family=Raleway:100,600" rel="stylesheet" type="text/css">
- <!-- Styles -->
- <style>
- html, body {
- background-color: #fff;
- color: #636b6f;
- font-family: 'Raleway', sans-serif;
- font-weight: 100;
- height: 100vh;
- margin: 0;
- }
- </style>
- </head>
- <body>
- <div>
- <h1>项目已停止运行,请联系中讯互联软件有限公司处理</h1>
- </div>
- </body>
- </html>
|