summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/dev-html/stories.html
blob: 1a726e1833a4fc92c94f635bf28832c41fc07de3 (plain)
1
2
3
4
5
6
7
8
9
10
11
<!DOCTYPE html>
<html>
  <head>
    <title>Stories</title>
    <link rel="stylesheet" type="text/css" href="/dist/stories.css" />
    <script src="/dist/stories.js"></script>
  </head>
  <body>
    <taler-stories id="container"></taler-stories>
  </body>
</html>