Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/payment.html
blob: db9590ddfd072a7ccaed610adbcd2e10104ab2b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html>
  <head>
    <meta charset="utf-8">
    <meta http-equiv="pragma" content="no-cache">

    <!-- Payment -->
    <script defer src="js/payment.js"></script>
  </head>
  <body>
    <div id="requests">
      <ul>
        <!-- Placeholder for payment requests -->
      </ul>
    </div>
  </body>
</html>