Skip to content

Instantly share code, notes, and snippets.

View bitka-de's full-sized avatar
🤟
Hello World!

Jan Behrens bitka-de

🤟
Hello World!
View GitHub Profile
<h1>📋 Taskmanager</h1>
<form id="simpleForm">
<input type="text" id="simpleTitle" placeholder="Neuer Task..." required />
<button type="submit">➕ Hinzufügen</button>
<button type="button" id="openAdvanced">⚙️ Erweitert</button>
</form>
<div id="taskList" class="task-list"></div>