clockwerk-www

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 27  →  ?path2? @ 28
/about.php
@@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="css/gray.css" type="text/css" />
<body>
<body class=dark-grey>
<div class="center">
<img src="img/clockwerk-logo.png">
<p>Copyright &#169 2013 Wizardry and Steamworks - <a href="http://was.fm" target="_blank">was.fm</a></p>
/welcome.php
@@ -7,10 +7,10 @@
<img src="img/clockwerk-logo.png">
<h1><?php print gethostname(); ?></h1>
<form>
<input type="button" onclick="parent.location='register.php'" value="Create Account">
<input type="button" onclick="parent.location='getiar.php'" value="Get IAR">
<input type="button" onclick="parent.location='getoar.php'" value="Get OAR">
<input type="button" onclick="parent.location='about.php'" value="About">
<input type="button" onclick="parent.location='register.php'" value="Create Account"><br/>
<input type="button" onclick="parent.location='getiar.php'" value="Get IAR"><br/>
<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>