Create gh-pages branch via GitHub

This commit is contained in:
Luke Rogers 2013-09-11 05:41:38 -07:00
parent c2ce622661
commit ad64e61639

View file

@ -1,33 +1,33 @@
<!DOCTYPE html> <!doctype html>
<html> <html>
<head> <head>
<meta charset='utf-8'> <meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="chrome=1"> <meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <title>CloudBot by ClouDev</title>
<link href='https://fonts.googleapis.com/css?family=Architects+Daughter' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<link rel="stylesheet" href="stylesheets/styles.css">
<link rel="stylesheet" href="stylesheets/pygment_trac.css">
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no">
<!--[if lt IE 9]> <!--[if lt IE 9]>
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> <script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]--> <![endif]-->
<title>CloudBot by ClouDev</title>
</head> </head>
<body> <body>
<div class="wrapper">
<header> <header>
<div class="inner">
<h1>CloudBot</h1> <h1>CloudBot</h1>
<h2>The easy to use, open source Python IRC Bot!</h2> <p>The easy to use, open source Python IRC Bot!</p>
<a href="https://github.com/ClouDev/CloudBot" class="button"><small>View project on</small>GitHub</a>
</div>
</header>
<div id="content-wrapper"> <p class="view"><a href="https://github.com/ClouDev/CloudBot">View the Project on GitHub <small>ClouDev/CloudBot</small></a></p>
<div class="inner clearfix">
<section id="main-content">
<ul>
<li><a href="https://github.com/ClouDev/CloudBot/zipball/master">Download <strong>ZIP File</strong></a></li>
<li><a href="https://github.com/ClouDev/CloudBot/tarball/master">Download <strong>TAR Ball</strong></a></li>
<li><a href="https://github.com/ClouDev/CloudBot">View On <strong>GitHub</strong></a></li>
</ul>
</header>
<section>
<h1> <h1>
<a name="cloudbot" class="anchor" href="#cloudbot"><span class="octicon octicon-link"></span></a>CloudBot</h1> <a name="cloudbot" class="anchor" href="#cloudbot"><span class="octicon octicon-link"></span></a>CloudBot</h1>
@ -138,24 +138,12 @@ You should have received a copy of the GNU General Public License
along with CloudBot. If not, see &lt;http://www.gnu.org/licenses/&gt;. along with CloudBot. If not, see &lt;http://www.gnu.org/licenses/&gt;.
</code></pre> </code></pre>
</section> </section>
<footer>
<aside id="sidebar"> <p>This project is maintained by <a href="https://github.com/ClouDev">ClouDev</a></p>
<a href="https://github.com/ClouDev/CloudBot/zipball/master" class="button"> <p><small>Hosted on GitHub Pages &mdash; Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p>
<small>Download</small> </footer>
.zip file
</a>
<a href="https://github.com/ClouDev/CloudBot/tarball/master" class="button">
<small>Download</small>
.tar.gz file
</a>
<p class="repo-owner"><a href="https://github.com/ClouDev/CloudBot"></a> is maintained by <a href="https://github.com/ClouDev">ClouDev</a>.</p>
<p>This page was generated by <a href="pages.github.com">GitHub Pages</a> using the Architect theme by <a href="https://twitter.com/jasonlong">Jason Long</a>.</p>
</aside>
</div> </div>
</div> <script src="javascripts/scale.fix.js"></script>
</body> </body>
</html> </html>