clockwerk-www – Blame information for rev 29

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