Skip to content

Instantly share code, notes, and snippets.

@rakeshkumar125
Created February 4, 2019 04:21
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 rakeshkumar125/557cbee03e2c043a663876323006eb48 to your computer and use it in GitHub Desktop.
Save rakeshkumar125/557cbee03e2c043a663876323006eb48 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<script src="scripts/jquery.min.js"></script>
<script src="scripts/popup.js"></script>
<style type="text/css">
#weather-report{ width:180px; font-size: 14px; min-height:180px; }
#weather-report th, td{ text-align: left; }
td.place { height: 22px; border-bottom: 2px solid #000; margin-bottom: 12px; }
.loading_text{margin-left:58px;}
.internet_error {
padding: 6px;
top: 3%;
position: absolute;
}
</style>
</head>
<body>
<div id="weather-report">
<img src="images/loader.svg" style="margin-left: 42px;">
<div class="loading_text">Please wait....</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment