You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
546 B
19 lines
546 B
2 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8"/>
|
||
|
<title>568Tools | 提示</title>
|
||
|
<link rel="icon" type="image/svg+xml" href="/img/icon.svg">
|
||
|
<link rel="stylesheet" href="/css/tool_type.css">
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="bg-img"></div>
|
||
|
<div id="list" class="nav_content">
|
||
|
<div class="item info">
|
||
|
<h2>加载中</h2>
|
||
|
<p>请稍等…… :-)</p>
|
||
|
<p>一般第一次使用某个工具会比较慢。</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|