blob: a8001d09254a98c99739657725340b84dd194a2a [file] [log] [blame]
giolekva0f503aa2020-04-20 22:41:06 +04001<!DOCTYPE html>
2<html>
3 <head>
4 <title>Photos</title>
5 </head>
6 <script src="static/photos.js"></script>
7 <body onload="initGallery('gallery')">
8 <div id="gallery" />
9 </body>
10</html>