clockwerk-www – Blame information for rev 47

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