mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
13 lines
543 B
HTML
13 lines
543 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
<form action="texarea.html">
|
|
<div style="margin-left: 250px;">
|
|
<textarea wrap="on" style="width:400px; height:75px; overflow:scroll;" id="inputtext">
|
|
Alice was beginning to get very tired of sitting by her sister on the bank, and of having nothing to do: once or twice she had peeped into the book her sister was reading, but it had no pictures or conversations in it, `and what is the use of a book,' thought Alice `without pictures or conversation?'(end)</textarea>
|
|
</div>
|
|
</body>
|
|
</html>
|