Skip to content

Commit

Permalink
Try wrap div around html
Browse files Browse the repository at this point in the history
  • Loading branch information
pflooky committed Apr 23, 2024
1 parent 79f7e98 commit e24eeb9
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 2 additions & 0 deletions docs/sponsor.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ This is inspired by the [mkdocs-material project](https://github.com/squidfunk/m
## Tiers

<script async src="https://js.stripe.com/v3/pricing-table.js"></script>
<div>
<stripe-pricing-table pricing-table-id="prctbl_1OH0g0JLcXz3QuJfOLZEAh1j"
publishable-key="pk_live_51Nt1GMJLcXz3QuJfivqD6tl8fF3VZdzHgSOl9AGTWn3qD0neSI2UTHoD3iVwi6As2lVMhGeZEieFW6Jdeoan4Rqb00WigQVrLa">
</stripe-pricing-table>
</div>

## Manage Subscription

Expand Down
Binary file modified site/sitemap.xml.gz
Binary file not shown.
7 changes: 5 additions & 2 deletions site/sponsor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2307,9 +2307,12 @@ <h2 id="features">Features</h2>
</ul>
<h2 id="tiers">Tiers</h2>
<script async= src="../assets/external/js.stripe.com/v3/pricing-table.js"></script>
<p><stripe-pricing-table pricing-table-id="prctbl_1OH0g0JLcXz3QuJfOLZEAh1j"
<div>
<stripe-pricing-table pricing-table-id="prctbl_1OH0g0JLcXz3QuJfOLZEAh1j"
publishable-key="pk_live_51Nt1GMJLcXz3QuJfivqD6tl8fF3VZdzHgSOl9AGTWn3qD0neSI2UTHoD3iVwi6As2lVMhGeZEieFW6Jdeoan4Rqb00WigQVrLa">
</stripe-pricing-table></p>
</stripe-pricing-table>
</div>

<h2 id="manage-subscription">Manage Subscription</h2>
<p><a href="https://billing.stripe.com/p/login/28oaIGdfreH7eXufYY">Manage via this link</a></p>
<h2 id="contact">Contact</h2>
Expand Down

0 comments on commit e24eeb9

Please sign in to comment.