Skip to content

Commit

Permalink
Merge pull request #5 from Nemwel-Boniface/ghpages
Browse files Browse the repository at this point in the history
todoList Milestone 4 : Setup todoList project gh-pages
  • Loading branch information
Nemwel-Boniface committed Feb 20, 2022
2 parents 4e53d3d + 4b76756 commit ff4b1df
Show file tree
Hide file tree
Showing 6 changed files with 357 additions and 124 deletions.
4 changes: 2 additions & 2 deletions dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">

<title>To do List</title>
<script defer src="/main.js"></script></head>
<script defer src="/todoList/main.js"></script></head>
<body>
<section class="todolist">
<div class="todoHeader">
<h3>Today's To Do</h3>
<a href="#"><i class="fa fa fa-refresh"></i></a>
<a href="#"><i id="reset" class="fa fa fa-refresh"></i></a>
</div>
<div class="todoForm">
<form id="form">
Expand Down
62 changes: 14 additions & 48 deletions dist/main.js

Large diffs are not rendered by default.

0 comments on commit ff4b1df

Please sign in to comment.