1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/html/uložit.html Sat Dec 12 11:49:29 2009 +0100
1.3 @@ -0,0 +1,30 @@
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 + <link href="styl.css" type="text/css" rel="StyleSheet"/>
1.11 + <title>WebArchivátor</title>
1.12 + </head>
1.13 + <body>
1.14 +
1.15 +<h1>WebArchivátor</h1>
1.16 +
1.17 +<div id="ramecek">
1.18 + <p>Archivace stránky</p>
1.19 + <form action="uloz.xql" method="get">
1.20 + <fieldset>
1.21 + <input id="url"></input>
1.22 + <button type="submit" title="Uložit stránku"></button>
1.23 + </fieldset>
1.24 + </form>
1.25 +
1.26 +
1.27 +</div>
1.28 +<div id="logo"></div>
1.29 +
1.30 + </body>
1.31 +</html>
1.32 +
1.33 +