Add notepad data bank file creator

This commit is contained in:
Cohee
2024-04-21 18:11:03 +03:00
parent 4264d170e2
commit bae74fbbd7
2 changed files with 57 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<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>