mirror of
https://github.com/swc-project/swc.git
synced 2024-12-20 12:12:16 +03:00
24 lines
257 B
HTML
24 lines
257 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<title>Document</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
|
||
|
<label for="story">Tell us your story:</label>
|
||
|
|
||
|
<textarea id="story" name="story"
|
||
|
rows="5" cols="33">
|
||
|
|
||
|
|
||
|
|
||
|
test
|
||
|
test
|
||
|
test
|
||
|
|
||
|
|
||
|
|
||
|
</textarea>
|
||
|
|
||
|
</body>
|
||
|
</html>
|