Skip to content

Commit

Permalink
Update asnet.html
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoabenza authored Feb 3, 2025
1 parent b35ce9f commit 49fb915
Showing 1 changed file with 27 additions and 11 deletions.
38 changes: 27 additions & 11 deletions who/asnet.html
Original file line number Diff line number Diff line change
@@ -1,26 +1,42 @@
<!DOCTYPE html>
<html>
<head>
<title>Asnete</title>
<title>Asnet</title>
<style>
/* Reset default styles */
html, body {
height: 100%;
margin: 0;
padding: 0;
background-color: black;
background-color: white;
}
iframe {
width: 100%;
height: 100%;
border: none; /* Optional: Removes the border */

/* Style container for pricing table */
.pricing-table-container {
max-width: 1200px;
margin: 0 auto;
padding: 20px;
background-color: white;
}

/* Override any potential background colors from Stripe */
stripe-pricing-table {
--stripe-background: white;
--stripe-pricing-table-header-background: white;
--stripe-pricing-table-features-background: white;
background-color: white;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table pricing-table-id="prctbl_1QoEbXBDb0ZUzpi14NGCFxwT"
publishable-key="pk_live_51MmJs4BDb0ZUzpi15oVkERpcVntsL9h8PF4SjqUx08zQSYTXOSHC4CWw2NPonj7A8axbuKqG1lGs1d9HvZPMeSaU00OMEPmxXB">
</stripe-pricing-table>

<div class="pricing-table-container">
<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<stripe-pricing-table
pricing-table-id="prctbl_1QoEbXBDb0ZUzpi14NGCFxwT"
publishable-key="pk_live_51MmJs4BDb0ZUzpi15oVkERpcVntsL9h8PF4SjqUx08zQSYTXOSHC4CWw2NPonj7A8axbuKqG1lGs1d9HvZPMeSaU00OMEPmxXB">
</stripe-pricing-table>
</div>
</body>
</html>

0 comments on commit 49fb915

Please sign in to comment.