-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from lily4178993/bugs-fix-dependencies
Merged enhancements to Webpack configuration and dependencies. 🚀
- Loading branch information
Showing
10 changed files
with
11,312 additions
and
3,879 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
<!doctype html><html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width,initial-scale=1"><title>My To-Do List</title><script defer="defer" src="main.%5BcontentHash%5D.js"></script></head><body><header><h1>My To-Do List</h1></header><main class="container"><div class="card-head"><h2 class="title">Today's To Do</h2><button type="button" class="btn refresh">↻</button></div><div class="card-body"><form class="add-item"><input name="add-item" placeholder="Add to your list..." id="add-item" class="add-new-item"> <button type="submit" class="btn btn-add-new-item">↩</button></form><ul class="list" data-container="to-do-list-container"></ul></div><div class="card-footer"><button type="submit" class="btn-remove-all">Clear all completed</button></div></main><footer><p>© 2023 - <a href="https://github.com/lily4178993/">Nelly Telli</a> - All Rights Reserved</p></footer></body></html> | ||
<!DOCTYPE html><html lang=en><head><meta charset=UTF-8><meta name=viewport content="width=device-width,initial-scale=1"><title>My To-Do List</title><script defer=defer src=main4c5e69b5d250148564cc.js></script><link href=main4c5e69b5d250148564cc.css rel=stylesheet></head><body><header><h1>My To-Do List</h1></header><main class=container><div class=card-head><h2 class=title>Today's To Do</h2><button type=button class="btn refresh">↻</button></div><div class=card-body><form class=add-item><input type=text name=add-item placeholder="Add to your list..." id=add-item class=add-new-item> <button type=submit class="btn btn-add-new-item">↩</button></form><ul class=list data-container=to-do-list-container></ul></div><div class=card-footer><button type=submit class=btn-remove-all>Clear all completed</button></div></main><footer><p>© 2023 - <a href=https://github.com/lily4178993/ >Nelly Telli</a> - All Rights Reserved</p></footer></body></html> |
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.