Remove project selected

This commit is contained in:
Synobbol
2023-08-16 14:01:21 +02:00
parent 5f55ed66bf
commit 82cce8f70b
4 changed files with 85 additions and 19 deletions

View File

@ -11,15 +11,16 @@
<h1>Todo List Plus</h1>
</header>
<main>
<h2>Projects</h2>
<h2>Projects:</h2>
<div>
<ul class="projectList">
<li><a href="project.html">DEFAULT PROJECT</a></li>
</ul>
</div>
<button class="show">Add project</button>
<div class="form" hidden>
<div class="form">
<input class="nameP" type="text" name="nameP" placeholder="name of your project">
<button id="addP">+</button>
</div>