java/hg-projekty/web/index.jsp
author František Kučera <franta-hg@frantovo.cz>
Sat Feb 28 20:42:33 2009 +0100 (2009-02-28)
changeset 8 4b46ea8632b7
parent 4 5881614cdaef
permissions -rw-r--r--
Přesměrování / → /hg
     1 <%@page contentType="text/html" pageEncoding="UTF-8"%>
     2 <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
     3 <%
     4     response.sendRedirect("/hg");
     5 %>
     6 <!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     7 
     8 <html  xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
     9     <head>
    10         <meta http-equiv="content-language" content="cs"/>
    11         <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
    12         <title>Projekty – Frantovo.cz</title>
    13     </head>
    14     <body>
    15         <h1>Projekty – Frantovo.cz</h1>
    16         <p>Úložiště zdrojových kódů – mercurial (Hg).</p>
    17         <p><a href="/hg/hg/">Seznam úložišť</a>.</p>
    18     </body>
    19 </html>