Pastebin

New pastes are no longer accepted · Stats

Latest Pastes

index.html

<html>
	<head>
		<title>registration form for an EOSERV server</title>
	</head>
	<body>
		<form action="register.php" method="post">
			<input name="username" type="text" />
			<input name="password" type="password" />
			<input name="repassword" type="password" />
			<input name="realname" type="text" />
			<input name="country" type="text" />
			<input name="email" type="email" />
		</form>
	</body>
</html>