blob: d41bb2986cef571f11f2cf80aa69a193e2ac2b7e [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Photos</title>
</head>
<script src="static/photos.js"></script>
<body onload="initImg('photo', '{{ .Id }}')">
<img id="photo" onload="drawFaces('photo', 'faces', '{{ .Id }}')" src=""></img>
<canvas id="faces"></canvas>
</body>
</html>