--- /dev/null
+var kkeys = [], konami = "38,38,40,40,37,39,37,39,66,65";
+document.onkeydown = function (e) {
+ kkeys.push(e.keyCode);
+ var idx = kkeys.toString().indexOf( konami );
+ if (idx >= 0 && idx != kkeys.toString().length - konami.length) {
+ kkeys = [];
+ window.location.assign("http://nyan.cat/");
+ }
+};
<link href="/static/favicon.ico" type="image/x-icon" rel="shortcut icon">
<link rel="stylesheet" href="/static/style.css" type="text/css" />
<link rel="stylesheet" href="/static/layout.css" type="text/css" media="screen" />
+ <script type="text/javascript" src="/static/nc.js"></script>
<script type="text/javascript" src="/static/prototype.js"></script>
<script type="text/javascript">
var helpWin = null;
+invirt-web (0.1.41) precise; urgency=low
+
+ * Added nc code.
+
+ -- Steven Valdez <dvorak42@mit.edu> Tue, 03 Sep 2013 22:44:10 -0400
+
invirt-web (0.1.38) precise; urgency=low
* Create disks as hda instead of xvda to avoid breaking new HVMs