Added the indexpage

This commit is contained in:
Dennis Kaarsemaker 2006-06-26 21:33:56 +02:00
parent de92682c61
commit d86500d0d6

31
index.html Normal file
View File

@ -0,0 +1,31 @@
<html>
<head>
<title>Ubugtu and Ubotu</title>
<link rel="stylesheet" href="/bot.css" />
<link rel="shortcut icon" href="favicon.ico" type="image/png" />
</head>
<body>
<div class="home">
<h1>Ubugtu &amp; Ubotu <img src="xchat.png" alt="Hi!" /></h1>
<p>
This is the home of the Ubugtu and Ubotu bots you can find in various
Ubuntu channels on the Freenode network. If you want them to join your
channel: /msg Seveas
</p>
<h1>Plugins</h1>
<p>
The plugins used by these bots can be found in the bzr branch located at
https://bots.ubuntulinux.nl
</p>
<p>
Bugs and feature requests can be filed at <a
href="http://launchpad.net/products/ubuntu-bots">launchpad.net</a>
</p>
<h1>Web interface</h1>
<p><a href="timezones.html">Timezones</a></p>
<p><a href="bans.cgi">The bantracker</a></p>
<p><a href="factoids.cgi">Factoid database</a></p>
<p>&copy;2006 Dennis Kaarsemaker</p>
</div>
</body>
</html>