-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (61 loc) · 3.18 KB
/
index.html
File metadata and controls
63 lines (61 loc) · 3.18 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset='UTF-8' />
<title>Time Machine</title>
<meta content="en" http-equiv="content-language"></meta>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<link rel='stylesheet' href='css/style.php' type="text/css" charset="utf-8"/>
<title>Time Machine</title>
<link rel="icon" href="images/fwdicon.png">
<!-- for Google -->
<meta name="description" content="The world's first real Time Machine!" />
<meta name="keywords" content="time machine, time travel, fast forward, Rakesh Mistry" />
<!-- for Facebook -->
<meta property="og:title" content="Time Machine" />
<meta property="og:type" content="application" />
<meta property="og:image" content="images/fwd-img.jpg" />
<meta property="og:url" content="rakeshmistry.ca/timemachine.html" />
<meta property="og:description" content="The world's first fully functional Time Machine! ... That only travels forward. One second at a time." />
<!-- for Twitter -->
<meta name="twitter:card" content="A fully functional Time Machine! ... That only travels forward. One second at a time." />
<meta name="twitter:title" content="Time Machine" />
<meta name="twitter:description" content="The world's first real Time Machine!" />
<meta name="twitter:image" content="images/fwd-img.jpg" />
<link rel="icon" href="images/fwdicon.png">
<link rel='stylesheet' href='css/fwdstyle.css' type="text/css" charset="utf-8"/>
<!--[if IE]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<script src='http://code.jquery.com/jquery-latest.min.js'></script>
<script src='js/timemachine.js' type="text/javascript"></script>
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div id="share">
<div class="fb-like" data-href="http://rakeshmistry.ca/timemachine.html" data-layout="button_count" data-action="like" data-show-faces="true" data-share="false"></div>
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://rakeshmistry.ca/timemachine.html" data-text="Become a Time Traveller" data-hashtags="timeMachine">Tweet</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</div>
<div id="header">
<h1>Welcome to the Future!</h1>
<h2 id="text"> <h2>
</div>
<div class="center" id="button">
<img id="bottom" class="bottom" draggable="false" src="images/fwd3.png">
<img id="middle" class="middle" draggable="false" src="images/fwd2.png">
<img id="top" class="top" draggable="false" src="images/fwd1.png">
</div>
<footer>
<p id="live-total">Worldwide total: calculating...</p>
<p id="by">Designed by <a href="http://rakeshmistry.ca/">Rakesh Mistry</a></p>
</footer>
</body>
</html>