-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·53 lines (43 loc) · 1.79 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>sharurl.js › Track the number of times your page has been shared.</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width"/>
<meta name="viewport" content="initial-scale=1.0,user-scalable=no,maximum-scale=1,width=device-width">
<meta name="author" content="@mrjopino"/>
<link rel="stylesheet" type="text/css" href="style.css">
<script src="jquery-1.11.0.min.js"></script>
<script src="prefixfree.min.js"></script>
<!-- sharurl.js -->
<script src="sharurl.js"></script>
<!--[if lt IE 9]>
<script src="https://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]--><!--[if (gte IE 6)&(lte IE 8)]>
<![endif]-->
</head>
<body>
<!-- Track the number of times your page has been shared on several social networks -->
<div class="logo-entypo-sharurl entypo-share"></div>
<div class="SharURL">
<a class="Twitter" title="Twitter">
<span id="conteoTW" data-sharurl="Twitter">0</span></a>
<a class="Facebook" title="Facebook">
<span id="conteoFB" data-sharurl="Facebook">0</span></a>
<a class="Linkedin" title="Linkedin">
<span id="conteoLI" data-sharurl="Linkedin">0</span></a>
<a class="BufferApp" title="Buffer">
<span id="conteoBA" data-sharurl="BufferApp">0</span></a>
<a class="Pinterest" title="Pinterest">
<span id="conteoPT" data-sharurl="Pinterest">0</span></a>
</div>
</div>
<div class="entypo-shareable"></div>
<a href="https://github.com/mrjopino/sharurl.js" title="sharurl.js">
<div class="github-sharurl-button">
<span class="entypo-github">
</div>
</a>
</body>
</html>