aboutsummaryrefslogtreecommitdiffstats
path: root/web/index.html
blob: c96bfaab509c10a77200e9836ab1bb6fae4577dc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!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 &#8211; 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">&larr;</a>
	<a id="next">&rarr;</a>
</div>

</body>
</html>