You've already forked collage-maker
frontend for get-albums
This commit is contained in:
19
web/choose.html
Normal file
19
web/choose.html
Normal file
@ -0,0 +1,19 @@
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<link rel="icon" href="data:;base64,iVBORw0KGgo=" />
|
||||
<!-- DEVONLY --> <script src="http://localhost:35729/livereload.js"></script>
|
||||
<script src="choose.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<label>
|
||||
<span>Select Album</span>
|
||||
<select id="album_selector" size="8">
|
||||
</select>
|
||||
</label>
|
||||
<button id="load_albums_button">Load Albums</button>
|
||||
<button id="load_photos_button">Load Photos</button>
|
||||
<div id="selected_photos"></div>
|
||||
<div id="album_photos"></div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user