author | František Kučera <franta-hg@frantovo.cz> |
Sat, 28 Feb 2009 20:42:33 +0100 | |
changeset 8 | 4b46ea8632b7 |
parent 7 | 5e0725cd7ca9 |
1.1 --- a/java/hg-projekty/web/index.jsp Sat Feb 28 20:42:20 2009 +0100 1.2 +++ b/java/hg-projekty/web/index.jsp Sat Feb 28 20:42:33 2009 +0100 1.3 @@ -1,5 +1,8 @@ 1.4 <%@page contentType="text/html" pageEncoding="UTF-8"%> 1.5 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> 1.6 +<% 1.7 + response.sendRedirect("/hg"); 1.8 +%> 1.9 <!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> 1.10 1.11 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">