clockwerk-www – Rev 57

Subversion Repositories:
Rev:
<!DOCTYPE html>
<html>
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body class="dark-grey">
<div class="center">
<img src="img/clockwerk-logo.png" alt="logo">
<h1><?php print gethostname(); ?></h1>
<hr>
<p>Copyright &#169; 2013 Wizardry and Steamworks - <a href="http://was.fm" target="_blank">was.fm</a></p>
<p>
Special thanks go to <a href="http://wiki.bio-se.info/">Virtual Islands for Better
Education</a> for testing the Clockwerk machine.
</p>
<form class="dark-grey">
<input type="button" onclick="parent.location='welcome.php'" value="Main Page">
</form>
</div>
</body>
</html>