java/hg-projekty/web/index.jsp
author František Kučera <franta-hg@frantovo.cz>
Mon, 16 Feb 2009 19:05:26 +0100
changeset 2 97e5b3d7c945
parent 1 4bec1ea05529
child 4 5881614cdaef
permissions -rw-r--r--
Lepší adresa: http://hg.frantovo.cz/mercurial/hg
     1 <%-- 
     2     Document   : index
     3     Created on : 16.2.2009, 15:04:32
     4     Author     : fiki
     5 --%>
     6 
     7 <%@page contentType="text/html" pageEncoding="UTF-8"%>
     8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     9    "http://www.w3.org/TR/html4/loose.dtd">
    10 
    11 <html>
    12     <head>
    13         <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    14         <title>Projekty – Frantovo.cz</title>
    15     </head>
    16     <body>
    17         <h1>Projekty – Frantovo.cz</h1>
    18         <p>Úložiště zdrojových kódů – mercurial (Hg).</p>
    19     </body>
    20 </html>