Skip to content

Commit ab89398

Browse files
authored
Merge pull request #326 from Groverio/development
chore: normal formal structure
2 parents 71fd565 + 5a68842 commit ab89398

7 files changed

+3
-3
lines changed

docs/Todo.html Todo.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Todo-List</title>
7-
<link rel="stylesheet" href="../styles/style.css" />
7+
<link rel="stylesheet" href="style.css" />
88
<link
99
rel="stylesheet"
1010
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css"
@@ -131,6 +131,6 @@ <h1 class="subtitle">Todo-List</h1>
131131
</div>
132132
</footer>
133133

134-
<script src="/scripts/script.js"></script>
134+
<script src="script.js"></script>
135135
</body>
136136
</html>

docs/error.html error.html

File renamed without changes.

docs/imp.html imp.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="stylesheet" href="../styles/impstyle.css" />
6+
<link rel="stylesheet" href="impstyle.css" />
77
<title>Importance of To-Do List</title>
88
</head>
99
<body>

styles/impstyle.css impstyle.css

File renamed without changes.

docs/index.html index.html

File renamed without changes.

scripts/script.js script.js

File renamed without changes.

styles/style.css style.css

File renamed without changes.

0 commit comments

Comments
 (0)