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">
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>
12 <h1>WebArchivátor</h1>
15 <p>Archivace stránky</p>
16 <form action="uloz.xql" method="get">
18 <input id="url"></input>
19 <button type="submit" title="Uložit stránku"></button>