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