17 lines
210 B
HTML
17 lines
210 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>Index page</title>
|
|
</head>
|
|
<body>
|
|
|
|
<form action="#">
|
|
<textarea rows="10" cols="10" id="textarea">
|
|
foo
|
|
bar
|
|
</textarea>
|
|
</form>
|
|
|
|
</body>
|
|
</html> |