You've already forked collage-maker
							
							
		
			
				
	
	
		
			24 lines
		
	
	
		
			722 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			24 lines
		
	
	
		
			722 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!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>
 | 
						|
      <dialog id="notice_dialog">
 | 
						|
      <p id="notice_p"></p>
 | 
						|
      <form><button type="submit" formmethod="dialog">X</button></form>
 | 
						|
      </dialog>
 | 
						|
      <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>
 |