clockwerk-www – Blame information for rev 28

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">
7 <p>Copyright &#169 2013 Wizardry and Steamworks - <a href="http://was.fm" target="_blank">was.fm</a></p>
8 <p>
7 vero 9 Special thanks go to <a href="http://wiki.bio-se.info/">Virtual Islands for Better
10 Education</a> for testing the Clockwerk machine.
1 eva 11 </p>
27 vero 12 <form>
13 <input type="button" onclick="parent.location='welcome.php'" value="Main Page">
14 </form>
1 eva 15 </div>
16 </body>
17 </html>
18