-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path5xx.html
39 lines (36 loc) · 1.3 KB
/
5xx.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<html lang="zh">
<head>
<title>无法连接到服务器</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="color-scheme" content="light dark">
<!-- Fonts -->
<link rel="dns-prefetch" href="//fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,600,900" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body class="antialiased font-sans">
<div class="md:flex min-h-screen main-body">
<div class="w-full md:w-1/2 bg-white flex items-center justify-center left-sec">
<div class="max-w-sm m-8 content-body">
<div class="text-black text-5xl md:text-15xl font-black">无法连接到服务器</div>
<p class="text-grey-darker text-2xl md:text-3xl mb-7 leading-normal">
</p>
<p class="sub-header">
<h1>请稍后再尝试访问</h1>
</p>
<p class="sub-header">
<h1>如有疑问请联系管理员反馈</h1>
</p>
<br>
<br>
<div class="tip-text">
::CLOUDFLARE_ERROR_500S_BOX::
</div>
</div>
</div>
<div class="relative pb-full md:flex md:pb-0 md:min-h-screen w-full md:w-1/2 anime-background">
</div>
</div>
</body>
</html>