Skip to content

Instantly share code, notes, and snippets.

@AnasAboreeda
Created December 26, 2021 03:11
Show Gist options
  • Save AnasAboreeda/9857dc7e17f566e610072737f1eb804e to your computer and use it in GitHub Desktop.
Save AnasAboreeda/9857dc7e17f566e610072737f1eb804e to your computer and use it in GitHub Desktop.
weather widget
<html>
<body>
<a class="weatherwidget-io" href="https://forecast7.com/en/52d374d90/amsterdam/" data-label_1="AMSTERDAM" data-label_2="WEATHER" data-theme="original" >AMSTERDAM WEATHER</a>
<script>
!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src='https://weatherwidget.io/js/widget.min.js';fjs.parentNode.insertBefore(js,fjs);}}(document,'script','weatherwidget-io-js');
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment