clockwerk-www – Diff between revs 18 and 27

Subversion Repositories:
Rev:
Only display areas with differencesIgnore whitespace
Rev 18 Rev 27
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <html> 2 <html>
3 <link rel="stylesheet" href="css/gray.css" type="text/css" /> 3 <link rel="stylesheet" href="css/gray.css" type="text/css" />
4 <body> 4 <body>
5 <div class="center"> 5 <div class="center">
6 <img src="img/clockwerk-logo.png"> 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> 7 <p>Copyright &#169 2013 Wizardry and Steamworks - <a href="http://was.fm" target="_blank">was.fm</a></p>
8 <p> 8 <p>
9 Special thanks go to <a href="http://wiki.bio-se.info/">Virtual Islands for Better 9 Special thanks go to <a href="http://wiki.bio-se.info/">Virtual Islands for Better
10 Education</a> for testing the Clockwerk machine. 10 Education</a> for testing the Clockwerk machine.
11 </p> 11 </p>
-   12 <form>
12 <p><a class="button" href="welcome.php">Main Page</a></p> 13 <input type="button" onclick="parent.location='welcome.php'" value="Main Page">
-   14 </form>
13 </div> 15 </div>
14 </body> 16 </body>
15 </html> 17 </html>
16   18  
17   19