-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathxkcd-clock.html
More file actions
18 lines (17 loc) · 857 Bytes
/
xkcd-clock.html
File metadata and controls
18 lines (17 loc) · 857 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<title>xkcd clock by Rodrigo Hausen</title>
<link href="xkcd-clock.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="xkcd-clock.js"></script>
</head>
<body>
<div class="xkcdcanvas" title="If our current civilization lasts another 8,000 years, it's probably fair to assume the Long Now Foundation got things right, and at some point we started listening to them and switched to five-digit years.">
<div id="cueballbegin">Whoa, it's</div>
<div id="cueballdate">2014-03-10!</div>
<div id="cueballend">Under our system, that time and date may <span style="font-style: italic">never happen again!!</i></div>
<div id="punchline">My hobby: pointing this out every second.</div>
</div>
<p>Original: <a href="http://xkcd.com/1340">http://xkcd.com/1340</a>.</p>
</body>
</html>