You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
赵晗瑜 196bc44359
commit
4 years ago
..
css commit 4 years ago
fonts commit 4 years ago
images commit 4 years ago
js commit 4 years ago
related commit 4 years ago
index.html commit 4 years ago
jQuery之家.url commit 4 years ago
readme.html commit 4 years ago

readme.html

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

<!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>