Skip to content

Instantly share code, notes, and snippets.

@reichert621
Created July 1, 2019 02:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reichert621/f1f42761167140793e413c3ab6d29bd8 to your computer and use it in GitHub Desktop.
Save reichert621/f1f42761167140793e413c3ab6d29bd8 to your computer and use it in GitHub Desktop.
HTML with Stripe
<!DOCTYPE html>
<html lang="en">
<head>
<!-- ... -->
<!-- Add this script tag within the <head> tags! -->
<script src="https://js.stripe.com/v3"></script>
</head>
<body>
<!-- ... -->
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment