26 lines
		
	
	
		
			657 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			26 lines
		
	
	
		
			657 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE html>
 | 
						|
<html lang="en">
 | 
						|
<head>
 | 
						|
	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 | 
						|
	<meta http-equiv="X-UA-Compatible" content="IE=edge" />
 | 
						|
	<title>JasonDonenfeld.com – Colors</title>
 | 
						|
	<link href="css/styles.min.css" rel="stylesheet" type="text/css" />
 | 
						|
	<script type="text/javascript" src="js/scripts.min.js"></script>
 | 
						|
</head>
 | 
						|
<body>
 | 
						|
<div id="title">Colors</div>
 | 
						|
<div id="album-view">
 | 
						|
	<div id="thumbs">
 | 
						|
		<div id="loading">Loading...</div>
 | 
						|
	</div>
 | 
						|
	<div id="subalbums"></div>
 | 
						|
</div>
 | 
						|
<div id="photo-view">
 | 
						|
	<a id="next-photo"><img id="photo" /></a>
 | 
						|
	<a id="back">←</a>
 | 
						|
	<a id="next">→</a>
 | 
						|
</div>
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |