clockwerk-www – Diff between revs 64 and 66

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 64 Rev 66
Line 5... Line 5...
5 require_once 'lib/uuid.php'; 5 require_once 'lib/uuid.php';
Line 6... Line 6...
6   6  
Line 7... Line 7...
7 define('RECAPTCHA_PRIVATE_KEY', '6Lcz9ukSAAAAAC3u90rcOIdnNnaK_JgMjrOsSzZr'); 7 define('RECAPTCHA_PRIVATE_KEY', '6Lcz9ukSAAAAAC3u90rcOIdnNnaK_JgMjrOsSzZr');
-   8
8 9 ?>
9 ?> 10  
10 <!DOCTYPE html> 11 <!DOCTYPE html>
11 <html> 12 <html>
12 <head> 13 <head>
13 <title>Clockwerk</title> 14 <title>Clockwerk</title>
14 <link rel="stylesheet" href="css/gray.css" type="text/css" /> 15 <link rel="stylesheet" href="css/gray.css" type="text/css" />
15 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> 16 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
16 </head> 17 </head>
17 <body class="dark-grey"> 18 <body class=dark-grey>
18 <div> 19 <div class="center">
19 <img src="img/clockwerk-logo.png" alt="logo"> 20 <img src="img/clockwerk-logo.png" alt="logo">
20 <h1><?php print gethostname(); ?></h1> 21 <h1><?php print gethostname(); ?></h1>
21 <hr> 22 <hr>
Line 22... Line 23...
22 <p> 23  
23 <?php 24 <?php
24 25
Line 71... Line 72...
71 } 72 }
Line 72... Line 73...
72 73
Line 73... Line 74...
73 last: 74 last:
74   -  
75 ?> 75  
76 </p> 76 ?>
77 <p> 77 <p>
78 <a class="button" href="reset.php">Reset Password</a> 78 <a class="button" href="reset.php">Reset Password</a>
79 <a class="button" href="welcome.php">Main Page</a> 79 <a class="button" href="welcome.php">Main Page</a>
80 </p> -  
81 </div> 80 </p>
82 </div> 81 </div>