<!DOCTYPE html> <html> <head> <title>Clockwerk</title> <link rel="stylesheet" href="css/gray.css" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> </head> <body class="dark-grey"> <div class="center"> <img src="img/clockwerk-logo.png" alt="logo"> <h1><?php print gethostname(); ?></h1> <hr> <form class="dark-grey"> <input type="button" onclick="parent.location='register.php'" value="Create Account"><br> <input type="button" onclick="parent.location='getiar.php'" value="Get IAR"> <input type="button" onclick="parent.location='getoar.php'" value="Get OAR"><br> <input type="button" onclick="parent.location='uploadiar.php'" value="Upload IAR"> <input type="button" onclick="parent.location='uploadoar.php'" value="Upload OAR"><br> <input type="button" onclick="parent.location='reset.php'" value="Reset Password"><br> <input type="button" onclick="parent.location='/guacamole'" value="Console"><br> <input type="button" onclick="parent.location='about.php'" value="About"><br> </form> </div> </body> </html>