clockwerk-www

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ HEAD  →  ?path2? @ 1
/about.php
@@ -1,23 +1,16 @@
<!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>
<link rel="stylesheet" href="css/green.css" type="text/css" />
<body>
<div>
<img src="img/clockwerk-logo.png">
<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.
Special thanks go to Virtual Islands for Better
Education for testing the Clockwerk machine.
</p>
<form class="dark-grey">
<input type="button" onclick="parent.location='welcome.php'" value="Main Page">
</form>
<p><a class="so_button" href="welcome.php">Main Page</a></p>
</div>
</body>
</html>