Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
376a81d467d707eb2bd98a35c16c0b784e5c2eb3
/
.
/
archive
/
apps
/
photos-ui
/
gallery.html
blob: 68e200d9a45996b74e50f84fddc3c8a6e84f34d4 [
file
] [
log
] [
blame
]
<!DOCTYPE html>
<html>
<head>
<title>
Photos
</title>
</head>
<script
src
=
"static/photos.js?v4"
></script>
<body
onload
=
"
initGallery
(
'gallery'
)
"
>
<div
id
=
"gallery"
/>
</body>
</html>