html/uložit.html
author František Kučera <franta-hg@frantovo.cz>
Sat Dec 12 11:49:29 2009 +0100 (2009-12-12)
changeset 0 2c454c74b93d
permissions -rw-r--r--
První návrh vzhledu stránky.
     1 <?xml version="1.0" encoding="UTF-8"?>
     2 <!DOCTYPE html SYSTEM "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
     3 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="cs" lang="cs">
     4   <head>
     5     <meta http-equiv="content-language" content="cs"/>
     6     <meta http-equiv="content-type" content="application/xhtml+xml; charset=UTF-8"/>
     7     <link href="styl.css" type="text/css" rel="StyleSheet"/>
     8     <title>WebArchivátor</title>
     9   </head>
    10   <body>
    11   
    12 <h1>WebArchivátor</h1>
    13 
    14 <div id="ramecek">
    15 	<p>Archivace stránky</p>
    16 	<form action="uloz.xql" method="get">
    17 		<fieldset>
    18 			<input id="url"></input>
    19 			<button type="submit" title="Uložit stránku"></button>
    20 		</fieldset>
    21 	</form>
    22 
    23 
    24 </div>
    25 <div id="logo"></div>
    26 
    27   </body>
    28 </html>
    29 
    30