You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
490 B
19 lines
490 B
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Twig view</title>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Hello, this is a sample form made in Twig !</h1>
|
|
|
|
<form action="submit-twig" method="POST">
|
|
<label for="name">your name: </label>
|
|
<input type="text" id="name" name="name"/>
|
|
<label for="password">a little description about yourself: </label>
|
|
<input type="text" id="password" name="description"/>
|
|
<input type="submit" value="click me to submit!"/>
|
|
</form>
|
|
|
|
</body>
|
|
</html> |