blob: 28504d4f4303b36eafc28196fa23addc36850808 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<textarea style="-moz-appearance:none; width:300px; height:300px;">
foobar
</textarea>
</body>
</html>
|