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>
11 vero 5 <link rel="stylesheet" href="css/gray.css" type="text/css" />
47 eva 6 </head>
28 vero 7 <body class=dark-grey>
18 vero 8 <div class="center">
1 eva 9 <img src="img/clockwerk-logo.png">
39 zed 10 <h1><?php print gethostname(); ?></h1>
11 <hr>
1 eva 12 <p>Copyright &#169 2013 Wizardry and Steamworks - <a href="http://was.fm" target="_blank">was.fm</a></p>
13 <p>
7 vero 14 Special thanks go to <a href="http://wiki.bio-se.info/">Virtual Islands for Better
15 Education</a> for testing the Clockwerk machine.
1 eva 16 </p>
29 vero 17 <form class="dark-grey">
27 vero 18 <input type="button" onclick="parent.location='welcome.php'" value="Main Page">
19 </form>
1 eva 20 </div>
21 </body>
22 </html>
23