Pracownia.Programowania/views/signup.html

20 lines
471 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<body>
<form method="post" action="/index1">
<input type="email" name="username" placeholder="email"><br>
<input type="text" name="password" placeholder="password"><br>
<input type="text" name="firstname" placeholder="first name"><br>
<input type="text" name="lastname" placeholder="last name"><br>
<input type="submit">
</form>
</body>
</html>