5 lines
270 B
HTML
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>
|