view background.html @ 68:fc5fca9af05f

Update Feedly URL template Thanks to quroe for submitting the changed URL.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Tue, 20 Feb 2024 16:05:46 +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>