clockwerk-www – Diff between revs 57 and 67

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