-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path404.html
28 lines (22 loc) · 942 Bytes
/
404.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
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>找不到该短链接 - t.agou.im</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="/create.html">
<div class="ago card center full">
<h2>t.agou.im 找不到该短链接</h2>
<p>该链接可能并不存在、已过期,或因违规而被删除。请检查您的输入是否正确。</p>
<p><button>我也要生成</button></p>
<small>Corpright agou.im. All rights reserved. <br />See the detail at <a href="https://github.com/agoudbg/PHP-Url-Shorter" target="_blank">Github</a>. </small>
</div>
</form>
</body>
<script src="main.js"></script>
</html>