clockwerk-www – Diff between revs 38 and 47

Subversion Repositories:
Rev:
Only display areas with differencesRegard whitespace
Rev 38 Rev 47
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
-   3 <head>
-   4 <title>Clockwerk</title>
3 <link rel="stylesheet" href="css/gray.css" type="text/css" /> 5 <link rel="stylesheet" href="css/gray.css" type="text/css" />
-   6 </head>
4 <body class="dark-grey"> 7 <body class="dark-grey">
5   -  
6 <div class="center"> 8 <div class="center">
7 <img src="img/clockwerk-logo.png"> 9 <img src="img/clockwerk-logo.png">
8 <h1><?php print gethostname(); ?></h1> 10 <h1><?php print gethostname(); ?></h1>
9 <hr> 11 <hr>
10 <form class="dark-grey"> 12 <form class="dark-grey">
11 <input type="button" onclick="parent.location='register.php'" value="Create Account"><br> 13 <input type="button" onclick="parent.location='register.php'" value="Create Account"><br>
12 <input type="button" onclick="parent.location='getiar.php'" value="Get IAR"> 14 <input type="button" onclick="parent.location='getiar.php'" value="Get IAR">
13 <input type="button" onclick="parent.location='getoar.php'" value="Get OAR"><br> 15 <input type="button" onclick="parent.location='getoar.php'" value="Get OAR"><br>
14 <input type="button" onclick="parent.location='about.php'" value="About"><br> 16 <input type="button" onclick="parent.location='about.php'" value="About"><br>
15 </form> 17 </form>
16 </div> 18 </div>
17 </body> 19 </body>
18 </html> 20 </html>
19   21