forked from bpsembed/the-useless-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
66 lines (52 loc) · 2.76 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
54
55
56
57
58
59
60
61
62
63
64
65
66
<!doctype html>
<html>
<head>
<title> The Useless Web </title>
<!-- META -->
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="The Useless Web Button... take me somewhere... useless">
<!-- CSS -->
<link href="css/style.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Josefin+Slab' rel='stylesheet' type='text/css'>
<!-- JS -->
<script type="text/javascript" src="js/uselessweb.js?v=1"></script>
<script type="text/javascript" src="js/libs/swfobject.js"></script>
<script type="text/javascript" src="js/libs/utils.js"></script>
<!-- MISC -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35944549-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<hgroup>
<h1> TAKE ME </h1>
<h2 id='joint'> TO A </h2>
<h3> USELESS </h3>
<h4> WEBSITE </h4>
<h5>→<button id='button'>PLEASE</button>←</h5>
<script>
var uselessWebButton = new uselessWebButton( document.getElementById( 'button' ) );
</script>
</hgroup>
<div class='sharing'>
<!-- Personal -->
<span class='text'>The Useless Web... because some websites, we just <i> couldn't </i> do without - By <a href='http://tholman.com'>Tim Holman</a> - <a href='http://twitter.com/twholman'>@twholman</a> - <a class='small' href='mailto:[email protected]?subject=Another%20one'><i>submit</i></a></span>
<span class='buttons'>
<!-- Facebook -->
<iframe class="facebook" src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.theuselessweb.com&width&layout=button_count&action=like&show_faces=false&share=false&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px;" allowTransparency="true"></iframe>
<!-- Twitter -->
<a href="https://twitter.com/share" data-text="The Useless Web: because some sites, we just couldn't live without! - " class="twitter-share-button" data-count="none" data-url="http://www.theuselessweb.com" data-lang="en" data-align="right" data-via="twholman">Tweet</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="http://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
</script>
</span>
</div>
</body>
</html>