clockwerk-www – Blame information for rev 57

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