Finishing up core.
This commit is contained in:
@ -3,21 +3,23 @@
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>PhotoFloat</title>
|
||||
<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="album">
|
||||
<h2 id="title"></h2>
|
||||
|
||||
<h3>Photos</h3>
|
||||
<div id="photos"></div>
|
||||
|
||||
<h3 id="subalbums-title">Sub-albums</h3>
|
||||
<div id="subalbums"></div>
|
||||
<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>
|
||||
<div id="photo"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user