Advertisement
Space-G

rodape html

Jun 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.38 KB | None | 0 0
  1.  
  2.     <div id="rodape">
  3.         <h6>Desenvolvido com carinho pela Comp JΓΊnior</h6>
  4.         <img src="assets/img/icones/arrowUp.png" id="back_to_top" onclick="topFunction()">
  5.     </div>
  6.     <script>
  7.     function topFunction() {
  8.         document.body.scrollTop = 0; // For Safari
  9.         document.documentElement.scrollTop = 0; // For Chrome, Firefox, IE and Opera
  10.     }
  11.     </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement