forked from chookspace/chookchat
Add eggs, as well as example egg and config
This commit is contained in:
4
server/eggs/notepad/index.html
Normal file
4
server/eggs/notepad/index.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<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>
|
Reference in New Issue
Block a user