Skip to content

Commit

Permalink
create boiler plate
Browse files Browse the repository at this point in the history
  • Loading branch information
tajulafreen committed Feb 2, 2024
1 parent 70c22b7 commit bd7cf6e
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 0 deletions.
11 changes: 11 additions & 0 deletions WeatherApp/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>

</body>
</html>
Empty file added WeatherApp/script.js
Empty file.
6 changes: 6 additions & 0 deletions WeatherApp/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
body {
font-family: Georgia, 'Times New Roman', Times, serif;
margin: 0;
overflow-x: hidden;
height: 100vh;
}

0 comments on commit bd7cf6e

Please sign in to comment.