Removed unnecessary js
This commit is contained in:
parent
5ee94cd3be
commit
4e0c58239c
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@
|
||||||
<link rel="stylesheet" href="css/normalize.css">
|
<link rel="stylesheet" href="css/normalize.css">
|
||||||
<link rel="stylesheet" href="css/foundation.css">
|
<link rel="stylesheet" href="css/foundation.css">
|
||||||
<link rel="stylesheet" href="css/index.css">
|
<link rel="stylesheet" href="css/index.css">
|
||||||
<script src="js/vendor/modernizr.js"></script>
|
<!-- <script src="js/vendor/modernizr.js"></script> -->
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
|
@ -127,10 +127,10 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<!-- include before </body> tag -->
|
<!-- 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 src="js/foundation.min.js"></script>
|
||||||
<script>
|
<script>
|
||||||
$(document).foundation();
|
$(document).foundation();
|
||||||
</script>
|
</script> -->
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue