Last active
August 29, 2015 14:08
-
-
Save g-P/e21bc83d1e840b978880 to your computer and use it in GitHub Desktop.
This file contains 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 lang="en"> | |
<head> | |
<meta charset="utf-8"> | |
<title>Super Heavy Website</title> | |
<meta name="description" content="A website that loads in 25 seconds is not something you see often!"> | |
<link rel="stylesheet" href="css/reset.css?v=4.0"> | |
<link rel="stylesheet" href="css/colors.css?v=4.0"> | |
<link rel="stylesheet" href="css/common.css?v=4.0"> | |
<link rel="stylesheet" href="css/layout.css?v=4.0"> | |
<link rel="stylesheet" href="css/navbar.css?v=4.0"> | |
<link rel="stylesheet" href="css/styles.css?v=4.0"> | |
</head> | |
<body> | |
<img src="images/1.jpg" /> | |
<img src="images/2.jpg" /> | |
<img src="images/3.jpg" /> | |
<img src="images/4.jpg" /> | |
... | |
... | |
... | |
<img src="images/139.jpg" /> | |
<img src="images/140.jpg" /> | |
<script src="js/jquery.js"></script> | |
<script src="js/jquery.autoload.js"></script> | |
<script src="js/jquery.carousel.js"></script> | |
<script src="js/jquery.imagegal.js"></script> | |
<script src="js/jquery.bulldoze.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment