-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
10 lines (9 loc) · 1.69 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
<html><head><link href="css/bootstrap-responsive.css" rel="stylesheet" type="text/css" /><link href="css/cyborg.css" rel="stylesheet" type="text/css" /><link href="css/index.css" rel="stylesheet" type="text/css" /><script src="js/jquery-1.7.2.min.js" type="text/javascript"></script><script src="js/auth.js" type="text/javascript"></script><script src="http://getshuriken.com/github.js?callback=auth" type="text/javascript"></script><script type="text/javascript">// Google Analytics
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-32107824-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><div class="container"><div class="row-fluid"><div class="navbar"><a class="brand collegiate" href="/"><span class="git">github</span><span class="git path-separator">:</span><span class="git inconsolata path-pwd">shell</span></a><ul class="nav nav-pills pull-right"><li><a href="#">help</a></li><li><a href="#">about</a></li><li><a href="#">_why</a></li></ul></div></div></div><div class="container"><div class="row-fluid"><div class="span12"><div class="hero-unit" id="pitch"><a class="btn btn-large btn-success btn-login pull-right">Login with <b>GitHub</b></a><h1><span class="inconsolata">Hello</span></h1><p></p><p>Welcome to the web-based GitHub shell</p></div><div class="hero-unit ninja" id="console"></div><a class="skip btn btn-small btn-info ninja" href="#skip">skip</a></div></div></div></body></html>