1.1 --- a/java/hg-projekty/web/index.jsp Mon Feb 16 20:35:11 2009 +0100
1.2 +++ b/java/hg-projekty/web/index.jsp Mon Feb 16 21:21:34 2009 +0100
1.3 @@ -1,20 +1,16 @@
1.4 -<%--
1.5 - Document : index
1.6 - Created on : 16.2.2009, 15:04:32
1.7 - Author : fiki
1.8 ---%>
1.9 +<%@page contentType="text/html" pageEncoding="UTF-8"%>
1.10 +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
1.11 +<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1.12
1.13 -<%@page contentType="text/html" pageEncoding="UTF-8"%>
1.14 -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
1.15 - "http://www.w3.org/TR/html4/loose.dtd">
1.16 -
1.17 -<html>
1.18 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
1.19 <head>
1.20 - <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
1.21 + <meta http-equiv="content-language" content="cs"/>
1.22 + <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
1.23 <title>Projekty – Frantovo.cz</title>
1.24 </head>
1.25 <body>
1.26 <h1>Projekty – Frantovo.cz</h1>
1.27 <p>Úložiště zdrojových kódů – mercurial (Hg).</p>
1.28 + <p><a href="/hg/hg/">Seznam úložišť</a>.</p>
1.29 </body>
1.30 </html>