-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (28 loc) · 2.06 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Social Buttons Test Page</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript" charset="utf-8"></script>
<script src="js/share.js" type="text/javascript" charset="utf-8"></script>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="main">
<h1 id="head">Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit...</h1>
<p id="description">Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.</p>
<div id="social-buttons">
<h3 id="social-share-title"></h3>
<ul id="social-button-list">
<li><a href="#share-by-douban" title="分享到豆瓣" id="douban" class="social-button" >分享到豆瓣</a></li>
<li><a href="#share-by-renren" title="分享到人人" id="renren" class="social-button" >分享到人人</a></li>
<li><a href="#share-by-sina" title="分享到新浪微博" id="sina" class="social-button" >分享到新浪微博</a></li>
<li><a href="#share-by-buzz" title="分享到Google Buzz" id="buzz" class="social-button" >分享到Google Buzz</a></li>
<li><a href="#share-by-twitter" title="分享到Twitter" id="twitter" class="social-button" >分享到Twitter</a></li>
<li><a href="#share-by-facebook" title="分享到Facebook" id="facebook" class="social-button" >分享到Facebook</a></li>
<li><a href="#share-by-delicious" title="分享到Delicious" id="delicious" class="social-button" >分享到Delicious</a></li>
</ul>
</div>
</div>
</body>
</html>