-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathindex.html
70 lines (68 loc) · 1.91 KB
/
index.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE HTML>
<html>
<head>
<meta charset="utf-8">
<style>
html,body{
margin:0px;
}
table{
width:100%;
margin:0px;
}
td{
text-align:middle;
vertical-align:top;
padding:5px;
height:300px;
}
</style>
<head>
<body>
<table>
<tr>
<td style="background-color:#0aa">
<p>
<h4>H5通用工具</h4>
<a href="EffectTools/index.html">h5特效编辑器</a><br/>
<a href="AvatarTools/index.html">h5角色编辑器</a><br/>
<a href="ResPackage/index.html">h5资源打包工具</a><br/>
<a href="Webp/index.html">h5 webp处理工具</a><br/>
<a href="LangUtil/index.html">code码处理工具</a><br/>
<a href="GuideTool/index.html">引导录制工具</a><br/>
<a href="textStyle.html">文本样式工具</a><br/>
<a href="MapEditor/index.html">地图编辑工具</a>
</p>
</td>
<td style="background-color:#c99;">
<p>
<h4>h5-node工具</h4>
<a href="pbtoolsfornodeserver/index.html"> h5-node protobuf服务的解析</a>
</p>
</td>
</tr>
<tr>
<td style="background-color:#afa;">
<p>
<h4>h5-java 项目专用工具</h4>
<a href="PBTools/index.html">h5-java protobuf前后端通信解析工具</a><br/>
<a href="DataTools/index.html">h5-java 配置解析工具</a><br/>
<a href="DataTools/index_UE.html">UE配置解析工具</a><br/>
<a href="PBTools/indexUE.html">UE前后端通信工具</a><br/>
<a href="SaveGameTag.html">UE生成GameplayTagData文件</a>
</p>
</td>
<td style="background-color:#c99;">
<p>
<h4>3d输出图片转换</h4>
<a href="SolveImageName.html"> 3d输出图片转换</a>
<br/>
<a href="ChuanQiBin/index.html">传奇项目bin转换工具</a>
<br/>
<a href="SkillAreaTool/index.html">三国技能范围工具</a>
</p>
</td>
</tr>
</table>
</body>
</html>