clockwerk-www – Diff between revs 39 and 47

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