Skip to content

Commit

Permalink
Merge pull request #324 from Groverio/development
Browse files Browse the repository at this point in the history
chore: made organised folder structure
  • Loading branch information
Anshgrover23 authored Oct 29, 2024
2 parents ec0a47c + abec91d commit c417562
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Todo.html → docs/Todo.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Todo-List</title>
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="/styles/style.css" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
Expand Down Expand Up @@ -131,6 +131,6 @@ <h1 class="subtitle">Todo-List</h1>
</div>
</footer>

<script src="script.js"></script>
<script src="/scripts/script.js"></script>
</body>
</html>
File renamed without changes.
2 changes: 1 addition & 1 deletion imp.html → docs/imp.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="impstyle.css" />
<link rel="stylesheet" href="/styles/impstyle.css" />
<title>Importance of To-Do List</title>
</head>
<body>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit c417562

Please sign in to comment.