<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta name="author" content="Speedzor aka Vannevel Jeroen" />
<meta name="description" content="The personal homepage from Speedzor, aka Jeroen." />
<meta name="keywords" content="Speedzor, jeroen, jeroen vannevel, homepage, personal, testing" />
<link href="styles.css" rel="stylesheet" type="text/css" />
<title> Index </title>
</head>
<body>
<div class="wrapper">
<div class="navbar">
Navigation:
<ul>
<li> <a href="index.php"> Homepage </a> </li>
<li> <a href="test.php"> Testpage </a> </li>
<li> <a href="links.php"> Links </a> </li>
<li> <a href="guestbook.php"> Guestbook </a> </li>
</ul>
</div>
<div class="heading">
<table border="1" cellpadding="5" cellspacing="3">
<tr>
<th> News: </th>
<td width="200"> Our site has been updated! </td>
</tr>
<tr>
<th> Info: </th>
<td width="200"> This is the new design </td>
</tr>
</table>
</div>
<div class="contact">
<ul>
<li> <a href="login.php"> Login </a> </li>
<li> <a href="contact.php"> Contact </a> </li>
</ul>
</div>
</div>
</body>
</html>