mirror of
https://github.com/ArchiveBox/ArchiveBox
synced 2024-11-11 23:17:11 +00:00
12 lines
768 B
HTML
12 lines
768 B
HTML
<tr>
|
|
<td title="Bookmarked timestamp: $timestamp">$date</td>
|
|
<td><a href="$archive_url" style="font-size:1.4em;text-decoration:none;color:black;" title="$title">
|
|
<img src="$favicon_url">
|
|
$title <small style="background-color: #eee;border-radius:4px; float:right">$tags</small>
|
|
</td>
|
|
<td style="text-align:center"><a href="$files_url/index.html" title="Files">📂</a></td>
|
|
<td style="text-align:center"><a href="$pdf_link" title="PDF">📄</a></td>
|
|
<td style="text-align:center"><a href="$screenshot_link" title="Screenshot">🖼</a></td>
|
|
<td style="text-align:center"><a href="$archive_org_url" title="Archive.org">🏛</a></td>
|
|
<td>🔗 <img src="$google_favicon_url" height="16px"> <a href="$url">$url</a></td>
|
|
</tr>
|