Skip to content

Commit

Permalink
initial
Browse files Browse the repository at this point in the history
  • Loading branch information
mightyaleksey committed Aug 20, 2017
0 parents commit ed58fb2
Show file tree
Hide file tree
Showing 12 changed files with 51 additions and 0 deletions.
Binary file added 1e3085b7f2d031f58263ba8f4ddff364.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 28524fbf6d52b1cc2ff497b0ede1556b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 36cdca3514bda2d7aa2451c3dbb49f9a.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 4bc6fd67c91e7a1ed038b370d05a3a98.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added 8bab3196d610cb7c87a4a4ea56665382.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 25 additions & 0 deletions app.js

Large diffs are not rendered by default.

Binary file added b48f5ec7d6beff5e2b0fec7859466624.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bd246b49d82a320fa1841467b09db234.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bebcb462e160e0cf38c500c95f5c7742.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added bf2acf605c8eeccb2bbe8c2c38aeac52.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions globals.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
body
{
margin: 0;
padding: 0;

font: 16px/1.3 arial;
}

#entry
{
margin: 0;
padding: 0;
}
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>Weather</title>
<link rel="stylesheet" href="globals.css" />
</head>
<body>
<div id="entry"></div>

<script src="app.js" type="text/javascript"></script>
</body>
</html>

0 comments on commit ed58fb2

Please sign in to comment.