photofloat/web/index.html

37 lines
964 B
HTML
Raw Normal View History

2011-05-06 02:03:47 +02:00
<!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" />
2011-05-07 04:48:09 +02:00
<title>JasonDonenfeld.com &#8211; Photos</title>
2011-05-06 02:03:47 +02:00
<link href="css/styles.min.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="js/scripts.min.js"></script>
</head>
<body>
2011-05-07 04:48:09 +02:00
<div id="title">Photos</div>
2011-05-06 13:55:47 +02:00
<div id="album-view">
<div id="thumbs">
<div id="loading">Loading...</div>
</div>
<div id="subalbums"></div>
</div>
<div id="photo-view">
2011-05-07 04:48:09 +02:00
<div id="photo-box">
<a id="next-photo"><img id="photo" /></a>
<div id="photo-bar">
<div id="photo-links">
2011-05-07 08:09:54 +02:00
<a id="metadata-link" href="javascript:void(0)">show metadata</a> | <a id="original-link" target="_blank">download original</a>
2011-05-07 04:48:09 +02:00
</div>
2011-05-07 08:09:54 +02:00
<div id="metadata"></div>
2011-05-07 04:48:09 +02:00
</div>
</div>
2011-05-08 08:57:27 +02:00
<a id="back">&lsaquo;</a>
<a id="next">&rsaquo;</a>
2011-05-06 05:15:03 +02:00
</div>
2011-05-06 02:03:47 +02:00
2011-05-07 06:40:49 +02:00
<div id="error">Forgot my camera.</div>
2011-05-07 04:48:09 +02:00
2011-05-06 02:03:47 +02:00
</body>
</html>