-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
40 lines (39 loc) · 1.25 KB
/
index.html
File metadata and controls
40 lines (39 loc) · 1.25 KB
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
40
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>工具总览</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 20px;
}
footer {
margin-top: 20px;
font-size: 0.9em;
color: gray;
}
</style>
</head>
<body>
<h1>工具总览</h1>
<ul>
<li>
<a href="./services/anti-ocr.html">反OCR识别</a> - 这是一个用于反OCR识别的工具。
</li>
<li>
<a href="./services/blind-watermark%20remover.html">去除图片中的隐写水印</a> - 去除图片中的隐写水印。
</li>
<li>
<a href="./services/UrlCleaner_new.html">去除短链接中的跟踪器</a> - 去除短链接中的跟踪器。
</li>
</ul>
<footer>
<p>遵循 <a href="https://www.gnu.org/licenses/gpl-3.0.html" target="_blank">GNU 通用公共许可证 (GPL) v3</a>。</p>
<p>署名:Catherina Grace</p>
<p><a href="https://github.com/Catherina0/FreeNetGuard/">Github仓库</a></p>
</footer>
</body>
</html>