summaryrefslogtreecommitdiffstats
path: root/html-sharethis.xhtml
blob: 4474f07c5490398b7a0dfae81547aaf3c5ade62d (plain)
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
<!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">
<head>
<title>hello, world!</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="jquery-2.0.2.js"></script>
<script type="text/javascript">
<![CDATA[
    $("document").ready(function() {
        $("p:last").css("border", "2px solid green");
    });
]]>
</script>
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "86b1cca2-7deb-4b53-a1ec-91207544337c", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
</head>
<body>
<h1>hello, world!</h1>
<p>goodbye, world!</p>

<span class='st_email_large' displayText='Email'></span>
<span class='st_googleplus_large' displayText='Google +'></span>
<span class='st_linkedin_large' displayText='LinkedIn'></span>
<span class='st_twitter_large' displayText='Tweet'></span>
<span class='st_facebook_large' displayText='Facebook'></span>

</body>
</html>