Gettin functional, baby

This commit is contained in:
Jason A. Donenfeld
2011-05-05 23:15:03 -04:00
parent 2a33cb215d
commit 0c7d542b46
2 changed files with 80 additions and 15 deletions

View File

@ -8,8 +8,16 @@
<script type="text/javascript" src="js/scripts.min.js"></script>
</head>
<body>
<div id="album">
<h2 id="title"></h2>
<div id="debug">Debug info here...</div>
<h3>Photos</h3>
<div id="photos"></div>
<h3 id="subalbums-title">Sub-albums</h3>
<div id="subalbums"></div>
</div>
<div id="photo"></div>
</body>
</html>