blob: 4d1e1e3469c69d274bca053aec6cca0c0d4ba8e3 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>Skia Image Info</title>
{%template "header.html" .%}
</head>
<body>
<header class="horizontal layout center">
<h2>Skia Image Info</h2>
<div class="flex"></div>
<login-sk></login-sk>
</header>
<section id=main class="horizontal layout wrap start">
<img class=visimage src="/vis/{%.Output%}">
<img src="{%.Source%}">
<pre>{%.StdOut%}</pre>
</section>
</body>
</html>