-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDemo.html
20 lines (20 loc) · 830 Bytes
/
Demo.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8"/>
<title>Demo</title>
<link rel="stylesheet" type="text/css" href="css/Default.css" />
<script type="text/javascript" src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script type="text/javascript" src="http://code.jquery.com/jquery-migrate-1.2.1.min.js"></script>
<script type="text/javascript" src="js/LazySocial.js"></script>
</head>
<body>
<ul data-href="http://www.google.com" class="LazySocialShare">
<li class="LazyFacebook"></li>
<li class="LazyGoogle"></li>
<li class="LazyTwitter"></li>
<li class="LazyPintrest"></li>
<li class="LazyLinkedIn"></li>
</ul>
</body>
</html>