-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
79 lines (79 loc) · 2.21 KB
/
index.html
File metadata and controls
79 lines (79 loc) · 2.21 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
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
71
72
73
74
75
76
77
78
79
<!DOCTYPE html>
<html lang="zh-cn">
<head>
<meta charset="UTF-8">
<title>RunCode</title>
<link rel="stylesheet" href="lib/css/index.css"></head>
<body>
<div class="g_top">
<div class="page f-cb">
<h1 class="logo">
<a hidefocus="true" href="#">TEJ</a>
</h1>
<ul class="m-nav" id="g_nav">
<li class="fst">
<span>
<a hidefocus="true" href="." class="z-slt"> <em>首页</em> <sub class="cor"> </sub>
</a>
</span>
</li>
<li>
<span>
<a hidefocus="true" href="course/" > <em>文档</em> <sub class="cor"> </sub>
</a>
</span>
</li>
<li>
<span>
<a hidefocus="true" href="download/TNJ-0.8.3.zip">
<em>下载</em>
<sub class="cor"> </sub>
</a>
</span>
</li>
<li class="lst">
<span>
<a hidefocus="true" href="code" >
<em>代码</em>
<sub class="cor"> </sub>
</a>
</span>
</li>
</ul>
</div>
</div>
<div id="g_nav" class="m-subnav m-subnav-up"></div>
<div class="n-span">
<div class="page f-cb v-span">
<img src="lib/css/images/demo.png" class="l-img">
<div class="r-word">
<h1>Tetequ Easy Javascript</h1>
<h2>特特区JS更好的解决方案</h2>
<a href="download/TNJ-0.8.3.zip" class="download">下载-v0.8.3</a>
</div>
</div>
</div>
<div class="page">
<ul class="m-futures f-cb">
<li>
<h4>依赖管理</h4>
<div class="feater f-1"> </div>
<p>优化开发阶段脚本文件依赖关系管理,所有脚本按需打包发布,上线产品分离依赖因此无任依赖相关开销</p>
</li>
<li>
<h4>方案集成</h4>
<div class="feater f-2"> </div>
<p>多种实践解决方案集成,包括多类型前端模板方案、按需载入模块化调度方案、多模式切换跨域数据通讯方案等等</p>
</li>
<li>
<h4>控件体系</h4>
<div class="feater f-3"> </div>
<p>支持便捷api调用,同时也支持产品自由扩展定制,集高度重用与灵活扩展于一体</p>
</li>
</ul>
</div>
<div class="g-ft">
<div class="g-mt">© 2010-2014 tetequ. All Rights Reserved.</div>
</div>
<script src="lib/jquery.js"></script>
<script src="lib/index.js"></script>