Skip to content

Commit

Permalink
更新首页
Browse files Browse the repository at this point in the history
  • Loading branch information
junr-he committed Apr 14, 2016
1 parent f88ee06 commit e5f43b3
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>首页</title>
<meta name="viewport" content="width=device-width, initial-scale=1,maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<script src="http://cdn.bootcss.com/jquery/2.2.0/jquery.min.js"></script>
<style>
*{
margin:0;
padding:0;
}
a{
text-decoration: none;
color:#333;
display:block;
padding:10px;
}
</style>
</head>
<body class="J-page">
<a href="./Jslider">滑动特效</a>
</body>
</html>

0 comments on commit e5f43b3

Please sign in to comment.