21 lines
No EOL
586 B
HTML
21 lines
No EOL
586 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Protevus HTTP/2</title>
|
|
<style>
|
|
input:not([type="submit"]) {
|
|
margin-bottom: 2em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<form action="/" method="post">
|
|
<input name="name" placeholder="Your Name" type="text">
|
|
<input name="password" placeholder="Secret Field" type="password">
|
|
<input name="age" placeholder="Your Age" type="number">
|
|
<input name="birthday" placeholder="Your Birthday" type="datetime-local">
|
|
<input type="submit" value="Submit">
|
|
</form>
|
|
</body>
|
|
</html> |