div.
Full page example
The script tag only needs to appear once on the page, even if you have multiple embeds.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Embed Cuprice on any HTML page
<div data-cuprice-id="YOUR_SHARE_ID"></div>
<script src="https://app.cuprice.io/embed.js" async></script>
div.
<!DOCTYPE html>
<html>
<head>
<title>Pricing - My Product</title>
</head>
<body>
<h1>Choose your plan</h1>
<!-- Cuprice pricing table -->
<div data-cuprice-id="YOUR_SHARE_ID"></div>
<script src="https://app.cuprice.io/embed.js" async></script>
</body>
</html>
