summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-webextension/static/benchmark.html
blob: a29fe0725918b2685db81af546e1cf145caaaf30 (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="/style/wallet.css" />
    <link rel="icon" href="/img/icon.png" />
    <script src="/pageEntryPoint.js"></script>
  </head>
  <body>
    <section id="main">
      <h1>Benchmarks</h1>
      <div id="container"></div>
    </section>
  </body>
</html>