Skip to content

Commit

Permalink
index file added
Browse files Browse the repository at this point in the history
  • Loading branch information
Suresh-Jangid authored Feb 16, 2024
1 parent e144bd1 commit 7e1c489
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>WeatherApp</title>
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body>
<app-root></app-root>
</body>
</html>

0 comments on commit 7e1c489

Please sign in to comment.