dr.botzo/web/templates/index.html
Brian S. Stephan faef1cb802 Web: add a root index page
would like to display some of the bot variables, but the base config
needs to be added to the database first, which isn't done yet
2011-02-19 14:13:11 -06:00

11 lines
281 B
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>dr.botzo</title>
</head>
<body>
<ul><li><a href="karma/">Karma</a></li></ul>
</body>
</html>