<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Welcome to our server</title>
<link rel="stylesheet" href="style.css"/>
</head>
<body>
<h1>Index</h1>

<p>This is an XML page. It’s not very <em>interesting</em>.</p>

<ul>
<li>The <a href="index.html">index.html</a> page is a simple HTML home page.</li>
<li>The <a href="index.xml">index.xml</a> page is a simple XML home page.</li>
<li>The <a href="cities">cities</a> example is more interactive.</li>
</ul>

</body>
</html>
