Create gh-pages branch via GitHub
This commit is contained in:
parent
c2ce622661
commit
ad64e61639
1 changed files with 27 additions and 39 deletions
66
index.html
66
index.html
|
@ -1,34 +1,34 @@
|
||||||
<!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>
|
||||||
<header>
|
<div class="wrapper">
|
||||||
<div class="inner">
|
<header>
|
||||||
<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">
|
|
||||||
<h1>
|
<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>
|
||||||
<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>
|
||||||
|
|
||||||
<h2>
|
<h2>
|
||||||
|
@ -137,25 +137,13 @@ GNU General Public License for more details.
|
||||||
You should have received a copy of the GNU General Public License
|
You should have received a copy of the GNU General Public License
|
||||||
along with CloudBot. If not, see <http://www.gnu.org/licenses/>.
|
along with CloudBot. If not, see <http://www.gnu.org/licenses/>.
|
||||||
</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 — 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>
|
Reference in a new issue