Remove project selected
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user