merchant landing: product pay buttons + shop-pay wiring
This commit is contained in:
parent
39dfbbd6d7
commit
7d10d306f9
1 changed files with 3 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>GOA Merchant · dual currency</title>
|
||||
<base href="/intro/" />
|
||||
<link rel="stylesheet" href="/intro/shop-pay.css" />
|
||||
<script src="/intro/qrcode.min.js"></script>
|
||||
<style>
|
||||
:root {
|
||||
--bg: #120f18;
|
||||
|
|
@ -722,5 +724,6 @@
|
|||
load();
|
||||
})();
|
||||
</script>
|
||||
<script src="/intro/shop-pay.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue