Mercurial > addons > firefox-addons > feed-preview
view background.html @ 50:f72cbd59b31c
Added tag version-8 for changeset f4e8aa4d50da
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Fri, 05 Jul 2019 13:44:13 +0200 |
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>