Advertisement
paulCodes

footer

Jun 13th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.33 KB | None | 0 0
  1. <!--
  2.     <script>
  3.  
  4.         document.write('<script src=' +
  5.         ('__proto__' in {} ? '<c:url value="/js/vendor/zepto.js" />' : '<c:url value="/js/vendor/jquery.js" />') +
  6.         '><\/script>')
  7.  
  8.     </script>
  9. -->
  10.  
  11.     <script src="<c:url value="/js/foundation.min.js" />"></script>
  12.  
  13.  
  14.     <script>
  15.         $(document).foundation();
  16.     </script>
  17.  
  18. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement