]> Sergey Matveev's repositories - tofuproxy.git/blob - rounds/warc-index.tmpl
WARC
[tofuproxy.git] / rounds / warc-index.tmpl
1 <!DOCTYPE html>
2 <html>
3 <head>
4     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5     <title>WARC URIs</title>
6 </head>
7 <body>
8 <table border=1>
9 {{range $idx, $entry := .Entries}}
10 <tr><th>{{$idx}}</th><td><tt>{{.WARC}}</tt></td><td>{{.Size}}</td></tr>
11 <tr><td colspan=3><a href="{{.URI}}">{{.URI}}</a></td></tr>
12 </tr>
13 {{end}}
14 </table>
15 </body>
16 </html>