summaryrefslogtreecommitdiffstats
path: root/browser/extensions/pocket/content/panels/saved.html
blob: 93477d8ee2841a475664b019918006a2038d5330 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <base href="chrome://pocket/content/panels/">
        <title>Pocket: Page Saved</title>
        <link rel="stylesheet" href="css/normalize.css">
        <link rel="stylesheet" href="css/firasans.css">
        <link rel="stylesheet" href="css/saved.css">
    </head>
    <body class="pkt_ext_containersaved" aria-live="polite">
        <script type="text/javascript" src="js/vendor/jquery-2.1.1.min.js"></script>
        <script type="text/javascript" src="js/vendor/handlebars.runtime.js"></script>
        <script type="text/javascript" src="js/vendor/jquery.tokeninput.min.js"></script>
        <script type="text/javascript" src="js/tmpl.js"></script>
        <script type="text/javascript" src="js/messages.js"></script>
        <script type="text/javascript" src="js/saved.js"></script>
    </body>
</html>