Skip to content

Commit

Permalink
make images output in dist
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanja969 committed May 31, 2022
1 parent 590c3a1 commit 16aae7a
Show file tree
Hide file tree
Showing 11 changed files with 14,106 additions and 45 deletions.
Binary file added dist/0cdea37dae77c92671b5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/2a4441e2b7ef51d897cb.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added dist/e776f112fe439b59d722.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
82 changes: 79 additions & 3 deletions dist/index.bundle.js

Large diffs are not rendered by default.

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 src = '../src/refresh.png' alt = 'refresh'></div>
<div class="title"><h3>Today's To Do</h3><img class = 'imgRefresh' alt = 'refresh'></div>
<form class = "addTask">
<input type="text" placeholder="Add to your list...">
<input type="submit" value = '' class = "submit"><img src = '../src/return.png' alt = 'return'>
<input type="submit" value = '' class = "submit"><img class = 'imgSubmit' alt = 'return'>
</form>
<ul class="to-do-list"></ul>
<div class="clear">Clear all completed</div>
</div></main>
</body>
</html>
</html>
Loading

0 comments on commit 16aae7a

Please sign in to comment.