From db397e3c64b4f10a11e341a6d9012a9b26d5fa00 Mon Sep 17 00:00:00 2001 From: PJ568 <LiuTian-PJ568@PJ568.eu.org> Date: Sat, 10 Jun 2023 21:16:39 +0800 Subject: [PATCH] Add files via upload --- 404.html | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 404.html diff --git a/404.html b/404.html new file mode 100644 index 00000000..a44eccd4 --- /dev/null +++ b/404.html @@ -0,0 +1,30 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="utf-8"/> + <meta property="og:title" content="568Tools | Comment" /> + <meta name="description" content="568Tools 在线工具箱是在线工具的集合。使用大部分工具无需注册、下载或上传到服务器。服务涵盖:文件转换、加密解密、站长工具、代码开发、生活相关等。"> + <title>568Tools | 404</title> + <link rel="icon" type="image/svg+xml" href="./img/icon.svg"> + <link rel="stylesheet" href="./css/tool_type.css"> + <script src="./js/include.js"></script> + </head> + <body> + <div class="bg-img"></div> + <div id="list" class="nav_content"> + <div class="item info"> + <h2><img class="mainicon" src="./img/icon.svg" /> 568Tools | 404</h2> + <div id="ad_line" style="margin: 0 10px;"></div> + <p>抱歉,查找的页面不存在。</p> + </div> + <div class="item"> + <h2>可选操作</h2> + <div class="child"> + <a href="#" onclick="javascript:history.back(-1);">点击尝试返回</a> + </div> + </div> + </div> + <!-- 顶栏 --> + <include src="./header.html"></include> + </body> +</html> \ No newline at end of file