clockwerk-www

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 25  →  ?path2? @ 26
/index.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>