Skip to content

Commit

Permalink
Improvised minute Spellings
Browse files Browse the repository at this point in the history
  • Loading branch information
jash13desai authored Oct 5, 2021
1 parent a0e1693 commit 44c7c9e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" />
<title>TodoList</title>
<title>To-Do List</title>
<link href="https://fonts.googleapis.com/css?family=Poppins&display=swap" rel="stylesheet" />
<!-- favicon -->
<link rel="shortcut icon" type="image/jpg" href="images/favicon.png" />
Expand All @@ -18,7 +18,7 @@
<body>
<header>
<div class="main_heading">
<h1>Todo List</h1>
<h1>To-Do List</h1>
</div>
</header>
<div class="modal red" id="Modal">
Expand Down Expand Up @@ -47,7 +47,7 @@ <h1>Todo List</h1>
<div class="todo-container">
<ul class="todo-list"></ul>
</div>
<button class="delete-all" onclick="deleteAll()">Delete All tasks</button>
<button class="delete-all" onclick="deleteAll()">Delete All Tasks</button>

<footer class="footer">
<h3>Made with <i class="fas fa-heart"></i> by Avinash</h3>
Expand All @@ -60,7 +60,7 @@ <h3>Made with <i class="fas fa-heart"></i> by Avinash</h3>
class="social-icon" src="images/gmail.svg" alt="gmail" /></a>
</div>
<p class="footer-desc">This project is a part of <a class="footer-desc"
href="https://hacktoberfest.digitalocean.com/" target="_blank" rel="noopener noreferrer">hacktoberfest 2021</a>
href="https://hacktoberfest.digitalocean.com/" target="_blank" rel="noopener noreferrer">Hacktoberfest 2021</a>
</p>
</footer>

Expand Down

0 comments on commit 44c7c9e

Please sign in to comment.