16 lines
245 B
Plaintext
16 lines
245 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Document</title>
|
|
</head>
|
|
<body>
|
|
<section>
|
|
Bonjour
|
|
<form action="#">
|
|
<input type="text">
|
|
</form>
|
|
</section>
|
|
</body>
|
|
</html>
|