Mercurial > addons > firefox-addons > feed-preview
comparison popup/feed-selection.html @ 0:bc5cc170163c
Initial revision
author | Guido Berhoerster <guido+feed-preview@berhoerster.name> |
---|---|
date | Wed, 03 Oct 2018 23:40:57 +0200 |
parents | |
children | c8fa2430eab2 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:bc5cc170163c |
---|---|
1 <!doctype html> | |
2 <html> | |
3 <head> | |
4 <meta charset="utf-8"> | |
5 <!-- | |
6 Copyright (C) 2018 Guido Berhoerster <guido+feed-preview@berhoerster.name> | |
7 | |
8 This Source Code Form is subject to the terms of the Mozilla Public | |
9 License, v. 2.0. If a copy of the MPL was not distributed with this | |
10 file, You can obtain one at http://mozilla.org/MPL/2.0/. | |
11 --> | |
12 <script src="feed-selection.js" defer></script> | |
13 </head> | |
14 <body> | |
15 <template id="feed-item-template"> | |
16 <div class="panel-list-item" data-href=""> | |
17 <div class="icon"><img src="" alt=""></div> | |
18 <div class="text"></div> | |
19 </div> | |
20 </template> | |
21 <div class="panel-section panel-section-list"> | |
22 </div> | |
23 </body> | |
24 </html> |