We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a1603c5 + 28fd66b commit 91dd5adCopy full SHA for 91dd5ad
src/item-index.ts
@@ -374,10 +374,19 @@ class ItemIndex extends LitElement {
374
}
375
376
renderEmpty() {
377
- return html`<i
378
- >No Archives so far! Archives loaded in the section above will appear
379
- here.</i
380
- >`;
+ return html`
+ <p>
+ Don't have any web archives yet? Check out
+ <a
381
+ href="https://chrome.google.com/webstore/detail/webrecorder-archivewebpag/fpeoodllldobpkbkabpblcfaogecpndd"
382
+ target="_blank"
383
+ >ArchiveWeb.page</a
384
+ >
385
+ to save pages as you browse the web, or
386
+ <a href="https://browsertrix.com" target="_blank">sign up for Browsertrix</a> to archive
387
+ entire websites with automated crawling!
388
+ </p>
389
+ `;
390
391
392
0 commit comments