summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/static/benchmark.html
blob: d0ca32aebb7aa36a63418df59f634fc4e08dfb08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
    <meta charset="UTF-8" />
    <title>Taler Wallet: Benchmarks</title>
    <link rel="stylesheet" type="text/css" href="/static/style/wallet.css" />
    <link rel="icon" href="/static/img/icon.png" />
    <script src="/dist/pageEntryPoint.js"></script>
  </head>
  <body>
    <section id="main">
      <h1>Benchmarks</h1>
      <div id="container"></div>
    </section>
  </body>
</html>