-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login example</title>
</head>
<body>
<form action="../register.php" method="post">
<input type="text" name="name" id="name">
<input type="text" name="email" id="email">
<input type="password" name="password" id="password">
<input type="submit" value="Register">
</form>
</body>
</html>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels