Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanja969 committed Jun 1, 2022
1 parent b7ebddf commit 96f24bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@
<script defer src="index.bundle.js"></script></head>
<body>
<main><div class="listContainer">
<div class="title"><h3>Today's To Do</h3><img class = 'imgRefresh' alt = 'refresh'></div>
<div class="title"><h3>Today's To Do</h3><img class = 'imgRefresh' alt = 'refresh' src = '../src/refresh.png'></div>
<form class = "addTask">
<input type="text" placeholder="Add to your list...">
<input type="submit" value = '' class = "submit"><img class = 'imgSubmit' alt = 'return'>
<input type="submit" value = '' class = "submit"><img class = 'imgSubmit' src = '../src/return.png' alt = 'return'>
</form>
<ul class="to-do-list"></ul>
<div class="clear">Clear all completed</div>
</div></main>
</body>
</html>
</html>

0 comments on commit 96f24bb

Please sign in to comment.