This repository was archived by the owner on May 11, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 1.71 KB
/
index.html
File metadata and controls
37 lines (35 loc) · 1.71 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="css/font-awesome/css/font-awesome.min.css"/>
<link rel="stylesheet" href="css/iconfont/iconfont.css"/>
<link rel="stylesheet" href="css/Main.css">
<script type="text/javascript" src="js/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="js/json2.js"></script>
<script type="text/javascript" src="js/frame.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<title>曼码工具库</title>
</head>
<body id="app">
<div class="app-frame bg">
<div id="tool_bar" class="app-drag-bar fbox">
<div class="head-bar bf1">MammothcodeToolLib</div>
<div id="dev_windows_btn" class="tool-set"><i class="fa fa-cog"></i></div>
<div id="min_windows_btn" class="tool-min"><i class="iconfont icon-move"></i></div>
<div id="close_windows_btn" class="tool-close"><i class="iconfont icon-close"></i></div>
</div>
<div class="app-page-cotar">
<div class="main-cotar">
<div class="main-box nav-list">
<div class="item"><a href="mammothcode_avalon/codeCreate.html" mc-window-width="1200" mc-window-height="700">曼码后台代码生成</a></div>
<div class="item"><a href="mammothcode_avalon/docCreate.html" mc-window-width="400" mc-window-height="700">曼码后台文档生成</a></div>
<div class="item"><a href="mammothcode_avalon/codePack.html" mc-window-width="400" mc-window-height="700">后台代码打包</a></div>
</div>
</div>
</div>
</div>
</body>
</html>
<script type="text/javascript">
</script>