clockwerk-www – Rev 47

Subversion Repositories:
Rev:
<!DOCTYPE html>
<html>
<head>
<title>Clockwerk</title>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
</head>
<body class="dark-grey">
<div class="center">
<img src="img/clockwerk-logo.png">
<h1><?php print gethostname(); ?></h1>
<hr>
<form class="dark-grey">
<input type="button" onclick="parent.location='register.php'" value="Create Account"><br>
<input type="button" onclick="parent.location='getiar.php'" value="Get IAR">
<input type="button" onclick="parent.location='getoar.php'" value="Get OAR"><br>
<input type="button" onclick="parent.location='about.php'" value="About"><br>
</form>
</div>
</body>
</html>