clockwerk-www – Diff between revs 19 and 24

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 19 Rev 24
Line 4... Line 4...
4 <body class="dark-grey"> 4 <body class="dark-grey">
Line 5... Line 5...
5   5  
6 <div class="center"> 6 <div class="center">
7 <img src="img/clockwerk-logo.png"> 7 <img src="img/clockwerk-logo.png">
-   8 <h1><?php print gethostname(); ?></h1>
8 <h1><?php print gethostname(); ?></h1> 9 <form>
9 <p><a class="button" href="register.php">Create a New Account</a></p> 10 <input type="button" onclick="parent.location='register.php'" value="Create Account">
10 <p><a target="_blank" class="button" href="getiar.php">Get IAR</a></p> 11 <input type="button" onclick="parent.location='getiar.php'" value="Get IAR">
11 <p><a target="_blank" class="button" href="getoar.php">Get OAR</a></p> 12 <input type="button" onclick="parent.location='getoar.php'" value="Get OAR">
-   13 <input type="button" onclick="parent.location='about.php'" value="About">
12 <p><a class="button" href="about.php">About</a></p> 14 </form>
13 </div> 15 </div>
14 </body> 16 </body>