Mercurial > addons > firefox-addons > feed-preview
view background.html @ 31:76e23b361e92
Allow feed reader addons to subscribe to the currently viewed feed
Add a link element to the feed preview that points to the currently viewed feed
in order to allow feed reader addons to subscribe to it.
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Tue, 22 Jan 2019 14:40:06 +0100 |
parents | 5d7c13e998e9 |
children |
line wrap: on
line source
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <script type="module" src="js/feed-parser.js"></script> <script type="module" src="js/feed-preview.js"></script> <script type="module" src="js/background.js"></script> </head> </html>