8 lines
225 B
HTML
8 lines
225 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<textarea style="width:80%;" rows=40 autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
|
|
<script type="module" src="./index.js"></script>
|
|
</body>
|
|
</html>
|