Removed unnecessary js

This commit is contained in:
madmaurice 2016-10-25 03:16:09 +02:00
parent 5ee94cd3be
commit 4e0c58239c

View file

@ -13,7 +13,7 @@
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/index.css">
<script src="js/vendor/modernizr.js"></script>
<!-- <script src="js/vendor/modernizr.js"></script> -->
</head>
<body>
@ -127,10 +127,10 @@
</div>
<!-- include before </body> tag -->
<script src="js/vendor/jquery.js"></script>
<!-- <script src="js/vendor/jquery.js"></script>
<script src="js/foundation.min.js"></script>
<script>
$(document).foundation();
</script>
</script> -->
</body>
</html>