Files @ ffe4eed53549
Branch filter:

Location: DistRen/htdocs/useradd.php

ethanzonca
removed terrible stuff :D
<html>
<head>
<title>Distren :: UserAdd</title>
<link rel="stylesheet" href="styles/index.css" type="text/css">
</head>
<body>
<div id="content">
<h1>Adding a user to distren</h1>
Please enter your desired information:<br><br>

<div id="inputbox">
<form action="add.php" method="post">
First Name: <input class="right" type="text" name="firstname" /><br>
Last Name: <input class="right" type="text" name="lastname" /><br>
Username: <input class="right" type="text" name="username" /><br>
Email Address: <input class="right" type="text" name="email" /><br>
<input type="submit" />
</form>
</div>


</div>
</body>
</html>