Created
August 2, 2017 20:37
-
-
Save ssaunier/5d9c8d9c8e434294065612755dd74234 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<!-- [...] --> | |
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css"> | |
<link rel="stylesheet" href="css/navbar.css"> | |
<link rel="stylesheet" href="css/banner.css"> | |
<link rel="stylesheet" href="css/footer.css"> | |
<link rel="stylesheet" href="css/blog.css"> | |
<link rel="stylesheet" href="css/product.css"> | |
<!-- etc. --> | |
</head> | |
<body> | |
<!-- [...] --> | |
<script src="//code.jquery.com/jquery-3.2.1.min.js"></script> | |
<script src="js/jquery-ui.js"></script> | |
<script src="js/isotope.pkgd.js"></script> | |
<script src="js/jquery.countTo.js"></script> | |
<script src="js/jquery.flexslider.js"></script> | |
<script src="js/ads.js"></script> | |
<script src="js/scripts.js"></script> | |
<script src="js/owl.carousel.js"></script> | |
<!-- etc. --> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment