Guest User

simple weather

a guest
Nov 23rd, 2018
432
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.75 KB | None | 0 0
  1. <!-- Weather from weatherwidget.io with inverse filter to make it white -->
  2.     <div class="weather">
  3.         <a class="weatherwidget-io" href="https://forecast7.com/en/57d7111d97/gothenburg/" data-label_1="" data-label_2=""
  4.            data-font="Roboto" data-icons="Climacons"></a>
  5.         <script>
  6.             !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");
  7.         </script>
  8.     </div>
  9.     <!-- /weather -->
  10.     <!-- Dependency -->
  11.     <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
Advertisement
Add Comment
Please, Sign In to add comment