chookchat/server/eggs/notepad/index.html
2024-12-06 13:07:53 +11:00

5 lines
270 B
HTML

<div class="egg" id="egg-notepad" style="display: none;">
<button id="egg-notepad-close" class="redbutton" onclick="closeEggNotepad()">Close</button><br>
<textarea id="egg-notepad-textarea" placeholder="Start typing..." style="height: 500px"></textarea>
</div>