Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
王集鹄 committed Nov 4, 2014
1 parent ad3af4a commit 14522fc
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions examples/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<meta name="author" content="http//weibo.com/zswang" />
<title>jhtmls examples</title>
</head>
<body>
<ul>
<li><a href="base.html">常规引用</a></li>
<li><a href="requirejs.html">AMD(requirejs)引用</a></li>
<li><a href="seajs.html">CMD(seajs)引用</a></li>
</ul>
</body>
</html>

0 comments on commit 14522fc

Please sign in to comment.