<!DOCTYPE html> <html> <head> <title>ThreadR - Welcome</title> <link rel="stylesheet" type="text/css" href="content/style.css"> </head> <body> <div class="container"> <div class="item-1"> <h1><center>ThreadR</center></h1> </div> <div class="item-2 round-border"> <p>Login:</p> <form action="./content/login.php" method="post"> <input type="text" name="name" maxlength="20" placeholder="Username" /> <input type="password" name="password" maxlength="256" placeholder="Password" /> <input type="submit" value="Log in"/> </form> <p></p> </div> <div class="item-3"> <p></p> <a href="./content/signup.php"> <button> Sign up </button> </a> <p></p> </div> </div> </body> </html>