aboutsummaryrefslogtreecommitdiff
path: root/popup/main.html
blob: 6c57d10fccc90a25a3da262a9989e9315d800bb6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <style>
            div a {
                margin: 1em;
            }
            table.preview td a {
                margin: 0em;
            }
            table.preview td {
                border: 1px solid black;
            }
            table.feeds tr td {
                //border-bottom: 1px solid black;
            }
        </style>
    </head>
    <body>
        <h1>RSS Feeds</h1>
        <div id="feeds"></div>
        <script src="index.js"></script>
    </body>
</html>