extpay
Version:
The JavaScript library for https://extensionpay.com - payments for browser extensions, no server needed.
17 lines (16 loc) • 517 B
HTML
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="stylesheet" href="https://unpkg.com/mvp.css">
</head>
<body>
<header>
<h1 style="width: 400px">ExtensionPay.com Sample Extension</h1>
<p style="font-size: 1.2rem;">User hasn't paid :(</p>
<button>Pay now</button>
</header>
<script src="ExtPay.js"></script>
<script src="popup.js"></script>
</body>
</html>