<!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 http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8" />
	<title>vel</title>
	<link rel="stylesheet" href="/assets/style.css" />
	<meta name="viewport" content="width=device-width, initial-scale=1.0" />
</head>

<body>
	<div class="header">
		<pre>
   :::     ::: :::::::::: :::  
  :+:     :+: :+:        :+:   
 +:+     +:+ +:+        +:+    
+#+     +:+ +#++:++#   +#+     
+#+   +#+  +#+        +#+      
#+#+#+#   #+#        #+#       
 ###     ########## ########## </pre>
		<div class="nav">
			<a href="/" class="current">HOME</a>
			<a href="/services.php">SERVICES</a>
			<a href="/blog/">BLOG</a>
			<a href="/pgp/">PGP</a>
		</div>
	</div>
	<div class="main">
		<h1>About</h1>
		<p>
			Hi, I'm Vel. I'm an idiot that pretends to function on the internet. 
			Nothing is interesting about me, so click some other links on this page.
		</p>
	</div>

	<?php echo shell_exec("cat /hst/pages/velsite/assets/footer.xml") ?>
	<p><?php echo shell_exec("fortune /hst/pages/velsite/assets/quotes"); ?></p>
</body>

</html>