Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bd7cf6e

Browse files
committed
create boiler plate
1 parent 70c22b7 commit bd7cf6e

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

WeatherApp/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6+
<title>Document</title>
7+
</head>
8+
<body>
9+
10+
</body>
11+
</html>

WeatherApp/script.js

Whitespace-only changes.

WeatherApp/style.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
body {
2+
font-family: Georgia, 'Times New Roman', Times, serif;
3+
margin: 0;
4+
overflow-x: hidden;
5+
height: 100vh;
6+
}

0 commit comments

Comments
 (0)