Skip to content

Instantly share code, notes, and snippets.

@ajess33
Created March 19, 2018 23:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ajess33/5b629fc5a553fff4474cfd5abf89f58f to your computer and use it in GitHub Desktop.
Save ajess33/5b629fc5a553fff4474cfd5abf89f58f to your computer and use it in GitHub Desktop.
html Local-Weather-Viewer
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Local Weather Viewer</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="container">
<h1>Local Weather Viewer</h1>
<button id="update">UPDATE</button>
<div class="location">Example Location</div>
</div>
<script src="assets/weather.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment