1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/php/html/hlavicka.html Tue May 05 16:46:22 2009 +0200
1.3 @@ -0,0 +1,15 @@
1.4 +<?xml version="1.0" encoding="UTF-8"?>
1.5 +<!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
1.6 +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
1.7 + <head>
1.8 + <meta http-equiv="content-language" content="cs"/>
1.9 + <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
1.10 + <meta name="GOOGLEBOT" content="NOINDEX, NOFOLLOW"/>
1.11 + <meta name="ROBOTS" content="NOINDEX, NOFOLLOW"/>
1.12 + <link href="styl.css" type="text/css" rel="StyleSheet"/>
1.13 + <title>Změna hesla – Veverka.ch</title>
1.14 + </head>
1.15 + <body>
1.16 + <h1>Změna hesla – Veverka.ch</h1>
1.17 +
1.18 +
1.19 \ No newline at end of file
2.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
2.2 +++ b/php/html/paticka.html Tue May 05 16:46:22 2009 +0200
2.3 @@ -0,0 +1,3 @@
2.4 +
2.5 +</body>
2.6 +</html>
3.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
3.2 +++ b/php/index.php Tue May 05 16:46:22 2009 +0200
3.3 @@ -0,0 +1,7 @@
3.4 +<?php
3.5 +
3.6 +include("html/hlavicka.html");
3.7 +
3.8 +include("html/paticka.html");
3.9 +
3.10 +?>
3.11 \ No newline at end of file