Gitiles
Code Review
Sign In
code.v1.dodo.cloud
/
pcloud
/
0f503aafb5cb6a5a3c8ac6aeccea4dd873beac1f
/
.
/
photos-ui
/
photo.html
blob: 86285495061a71297f5ea14f39506e468d0376ba [
file
] [
log
] [
blame
]
giolekva
0f503aa
2020-04-20 22:41:06 +0400
[
diff
] [
blame^
]
1
<!DOCTYPE html>
2
<html>
3
<head>
4
<title>
Photos
</title>
5
</head>
6
<script
src
=
"static/photos.js"
></script>
7
<body
onload
=
"
initPhoto
(
'gallery'
)
"
>
8
<div
id
=
"gallery"
/>
9
</body>
10
</html>