Skip to content

Commit

Permalink
fix lighthouse errors + add screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeConnoisseur74 committed Mar 25, 2024
1 parent 8be5e83 commit c09c2b6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
Binary file added assets/images/lighthouse-performance-100.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description"
content="World Weather search in real time with corresponding images of cities">
<link rel="shortcut icon" type="image/png"
href="assets/images/favicon.ico">
<title>Weather App</title>
Expand All @@ -22,7 +24,8 @@
<div class="box">
<div class="search">
<input type="text" class="search-bar" placeholder="Search">
<button><svg stroke="currentColor" fill="currentColor" stroke-width="0"
<button aria-label="search"><svg stroke="currentColor"
fill="currentColor" stroke-width="0"
viewBox="0 0 1024 1024" height="1.5em"
width="1.5em" xmlns="http://www.w3.org/2000/svg">
<path
Expand Down

0 comments on commit c09c2b6

Please sign in to comment.