Skip to content

Commit

Permalink
Added favicon to file html
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-ds committed May 5, 2024
1 parent 526d252 commit 38a2082
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# This project is a todo app build with html, css and javascript vanilla

## Mobile Design

<img src="Mobile.png" alt="Mobile design" />
<img src="./assets/images/Mobile.png" alt="Mobile design" />

## Desktop Design

<img src="Desktop.png" alt="Desktop design" />
<img src="./assets/images/Desktop.png" alt="Desktop design" />
File renamed without changes
File renamed without changes
Binary file added assets/images/favicon.ico
Binary file not shown.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Todo-App</title>
<link rel="stylesheet" href="./assets/css/style.css">
<link rel="icon" type="image/icon" href="./assets/images/favicon.ico">
</head>
<body>

Expand All @@ -25,4 +26,4 @@ <h1>Todo List</h1>

<script src="./assets/js/index.js"></script>
</body>
</html>
</html>

0 comments on commit 38a2082

Please sign in to comment.