IRC/OtusBot: add page to redirect to web interface of my bot.

This commit is contained in:
Mikaela Suomalainen 2012-09-27 16:42:33 +03:00
parent 599752bd2f
commit c1e97be54d
2 changed files with 28 additions and 0 deletions

16
IRC/OtusBot.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" /> <meta http-equiv="Refresh" content="5;url=http://cadoth.net:5995/">
<title>
Redirecting you to web interface of OtusBot...
</title>
<link rel="stylesheet" type="text/css" href="../tyyli.css" />
</head>
<body>
<strong>You are being redirected to the web interface of <a href="http://cadoth.net:5995/">OtusBot</a>...</strong>
</body>

12
IRC/OtusBot.html.md Normal file
View File

@ -0,0 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta http-equiv="Refresh" content="5;url=http://cadoth.net:5995/">
<title>Redirecting you to web interface of OtusBot...</title>
<link rel="stylesheet" type="text/css" href="../tyyli.css" />
</head>
<body>
<strong>You are being redirected to the web interface of [OtusBot]...</strong></body>
[OtusBot]:http://cadoth.net:5995/