forked from agoudbg/PHP-Url-Shorter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconnectionerror.html
More file actions
29 lines (23 loc) · 920 Bytes
/
connectionerror.html
File metadata and controls
29 lines (23 loc) · 920 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>无法连接到数据库 - nmnm.fun</title>
<!-- 自适应 -->
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0'>
<meta name='apple-mobile-web-app-capable' content='yes'>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body>
<form action="mailto:support@nmteam.xyz">
<div class="ago card center full">
<h2>nmnm.fun 无法连接到数据库</h2>
<p>抱歉,这是一个内部故障,请稍后再试试。</p>
<p><button>反馈问题</button></p>
<small>Corpright nmTeam. All rights reserved. <br />See the detail at <a
href="https://github.com/nm-Team/nmnm.fun" target="_blank">Github</a>. </small>
</div>
</form>
</body>
<script src="main.js"></script>
</html>