This commit is contained in:
蔡玲
2024-12-03 16:40:54 +08:00
parent 6e6dd6a4fc
commit 9d776c65e9
408 changed files with 498647 additions and 99 deletions

View File

@@ -0,0 +1,22 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
<title>jQuery之家</title>
<style type="text/css">
body{font-size: 14px;}
.content{
width: 800px;
margin: 0 auto;
}
</style>
</head>
<body>
<h1>欢迎访问jQuery之家</h1>
<div class="content">
<p>更多精彩内容请访问jQuery之家<a href="http://www.htmleaf.com">http://www.htmleaf.com</a></p>
<p>jQuery之家致力于搜集和整理各种jQuery插件jQuery特效jquery uijQuery 教程JS特效网页特效以及各种html5css3动画和效果。</p>
<p>为前端开发者提供最全面的网页开发素材。</p>
</div>
</body>
</html>