Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/apps/system/payment.html
diff options
context:
space:
mode:
Diffstat (limited to 'apps/system/payment.html')
-rw-r--r--apps/system/payment.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/apps/system/payment.html b/apps/system/payment.html
new file mode 100644
index 0000000..db9590d
--- /dev/null
+++ b/apps/system/payment.html
@@ -0,0 +1,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>