15 lines
455 B
HTML
15 lines
455 B
HTML
<!-- Meine Prompts Ansicht -->
|
|
<div id="prompts-view">
|
|
<h2>Meine Prompts</h2>
|
|
<div class="card">
|
|
<div class="section-header">
|
|
<h3>Gespeicherte Prompts</h3>
|
|
<button class="add-btn" id="add-prompt-btn">
|
|
<i class="fas fa-plus"></i> Neuen Prompt erstellen
|
|
</button>
|
|
</div>
|
|
<div id="prompts-list">
|
|
<!-- Wird dynamisch gefüllt -->
|
|
</div>
|
|
</div>
|
|
</div>
|