clockwerk-www – Blame information for rev 39

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