-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtool.html
More file actions
35 lines (32 loc) · 1.32 KB
/
tool.html
File metadata and controls
35 lines (32 loc) · 1.32 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
<!DOCTYPE html>
<html lang="zh-CN">
<head>
<title>工具</title>
<meta charset="utf-8">
<link href="./img/logo1.png" rel="icon">
<link href="./css/bootstrap.css" rel="stylesheet">
<link href="./css/main.css" rel="stylesheet">
<script src="./js/bootstrap.js"></script>
<script src="./js/jquery.js"></script>
<script src="./js/main.js"></script>
<script>addPages({ "1": "./tool/1.html", "2": "./tool/2.html"})</script>
</head>
<body>
<script>loadPage()</script>
<div id="header" class="sticky-top"></div>
<h3 class="zb-title"><img src="./svg/tool.svg" height="30" width="25">工具</h3>
<div class="zb">
<h5>站内链接</h5>
<a href="?page=1" class="btn btn-light">链接分享</a>
<a href="?page=2" class="btn btn-light">我的世界中国版记录</a>
</div>
<div class="zb">
<h5>站外链接</h5>
<a target="_blank" href="https://www.123pan.com/s/bSslVv-u8qEh" class="btn btn-light">123云盘资源分享</a>
<a target="_blank" href="https://www.123pan.com/s/bSslVv-uc3kh" class="btn btn-light">我的世界中国版数据库</a>
<a href="https://www.ianzb.cn/tool/1" class="btn btn-light">我的世界中国版风格头像生成器</a>
</div>
<div id="footer"></div>
<script>loadTemplate()</script>
</body>
</html>