summaryrefslogtreecommitdiff
path: root/tests/typedetect/test4.html
blob: 27d91847be16860b63ed37b38d82e91c38e90805 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
        "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
  <title>Andreas Baumann's Personal Home Page</title>
  <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"/>
  <meta name="author" content="Andreas Baumann"/>
  <link rel="stylesheet" href="css/style.css"  type="text/css" media="screen"/>
</head>

<body>
  <div id="container">

  <div id="sitename">
    <h1>Andreas Baumann's Personal Home Page</h1>
  </div>

  <div id="mainmenu">
  <ul>
    <li><a href="/">Home</a></li>
    <li><a href="/software.shtml">Software</a></li>
    <li><a href="/toolbox.shtml">Toolbox</a></li>
  </ul>
</div>

  <div id="wrap">



<div id="leftside">
</div>


<div id="content">

<h1>Andreas Baumann's Personal Home Page</h1>

<p>Written in plain HTML with some server-side includes. Synchronization is done
   with rsync over ssh. If you ask why, well, the two wikis I had before
  (I don't mention names) were hacked in no time.. :-)
</p>

</div> <!-- end content -->
<div class="clearingdiv">&nbsp;</div>
</div> <!-- end wrap -->
</div> <!-- end container -->

<div id="footer">
        &copy; 2009 - 2012, Zurich, Andreas Baumann
</div>

</body>

</html>