Skip to content

Commit

Permalink
version 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rohit bhalekar committed Aug 3, 2024
1 parent dbd85e8 commit 916b05c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"livePreview.defaultPreviewPath": "/todolistproj/index.html"
}
6 changes: 3 additions & 3 deletions todolistproj/index.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>TODO LIST</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="./style.css">
<link rel="stylesheet" href="todolistproj/style.css">
</head>
<body>
<div class="container">
Expand All @@ -24,9 +24,9 @@ <h1>Todo List</h1>
</div>
<div class="todos-container">
<ul class="todos"></ul>
<img class="empty-image" src="image/image2.png">
<img class="empty-image" src="todolistproj/image/image2.png">
</div>
</div>
<script src="./script.js"></script>
<script src="todolistproj/script.js"></script>
</body>
</html>

0 comments on commit 916b05c

Please sign in to comment.