Skip to content

Commit cb30afc

Browse files
committed
Initial commit
1 parent b8d90fd commit cb30afc

8 files changed

+622
-0
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules

feature-meme.js

Whitespace-only changes.

feature-weather.js

Whitespace-only changes.

index.html

+28
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
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+
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7+
<link rel="stylesheet" href="style.css">
8+
<title>Document</title>
9+
</head>
10+
<body>
11+
<header>
12+
13+
</header>
14+
<section class="weather-section">
15+
16+
</section>
17+
<section class="meme-section">
18+
19+
</section>
20+
<footer>
21+
22+
</footer>
23+
<script src="logic.js"></script>
24+
<script src="feature-weather.js"></script>
25+
<script src="feature-meme.js"></script>
26+
27+
</body>
28+
</html>

logic.js

Whitespace-only changes.

0 commit comments

Comments
 (0)