surveybuilder
Version:
Build surveys in the most advanced, flexable, and more moderated way, for all users to build and see.
21 lines • 746 B
HTML
<html>
<head>
<title>Login</title>
<link rel="shortcut icon" href="/SurveyBuilder/favicon.ico"/>
<link rel="stylesheet" href="style/style.css"/>
<!--<script src="script/script.js"></script>-->
</head>
<body>
<form method="post" action="lib/Login">
<h1>Login Forum</h1>
<label for="auth">Username/Email: </label><input type="text" required="true" placeholder="Enter Username/Email address" name="auth" id="auth"/><br/>
<label for="auth_psw">Password: </label><input type="password" required="true" placeholder="Enter Password" name="auth_psw" id="auth_psw"/>
<br/>
<br/>
<input type="submit" value="Login"/>
<br/>
<br/>
<a href="./forgotpassword.html"><button type="button">Forgot Password?</button></a>
</form>
</body>
</html>