mirror of
https://github.com/classilla/tenfourfox.git
synced 2025-01-23 03:32:39 +00:00
13 lines
209 B
HTML
13 lines
209 B
HTML
<!DOCTYPE HTML>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<script>
|
|
mozPaymentProvider.paymentSuccess();
|
|
</script>
|
|
<p id="msg">Webapp waiting to pay...</p>
|
|
</body>
|
|
</html>
|