mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2024-12-13 18:07:20 +01:00
11 lines
435 B
HTML
11 lines
435 B
HTML
<div class="flex-container flexFlowColumn height100p">
|
|
<label for="notepadFileName">
|
|
File Name
|
|
</label>
|
|
<input type="text" class="text_pole" id="notepadFileName" name="notepadFileName" value="" />
|
|
<labels>
|
|
File Content
|
|
</label>
|
|
<textarea id="notepadFileContent" name="notepadFileContent" class="text_pole textarea_compact monospace flex1" placeholder="Enter your notes here."></textarea>
|
|
</div>
|