Koha/koha-tmpl/index.html
tipaul 02d06dd383 just a redirection to main page.
as koha-tmpl is declared as DocumentRoot, we need this html page to redirect koha to mainpage.pl
2003-03-06 08:58:41 +00:00

12 lines
259 B
HTML

<html>
<head>
<meta http-equiv="refresh" content="0; url=/cgi-bin/koha/mainpage.pl">
</head>
<body bgcolor=white>
<table border=0 width=100% height=100%>
<tr><td align=center valign=center>
<img src=/images/kohasplash.jpg>
</td></tr>
</table>
</body>
</html>