Skip to content

Instantly share code, notes, and snippets.

@openerror
Last active April 30, 2018 20:08
Show Gist options
  • Save openerror/e0f17bc4e59cae4a87183c862129ba04 to your computer and use it in GitHub Desktop.
Save openerror/e0f17bc4e59cae4a87183c862129ba04 to your computer and use it in GitHub Desktop.
SkygearStripe Demo-CDNs
<html>
<head>
<title>Skygear + Stripe demo</title>
<!--Skygear CDN-->
<script src="https://code.skygear.io/js/polyfill/latest/polyfill.min.js"></script>
<script src="https://code.skygear.io/js/skygear/latest/skygear.min.js"></script>
<!-- OG metadata -->
<meta property="og:title" content="Skygear + Stripe demo" />
<meta property="og:description" content="Skygear Cloud Function to send form data to emails from static website" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://skygear-demo.github.io/skygearStripeDemo" />
<meta property="og:image" content="" />
<!-- End of OG metadata -->
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<!--Load index.js-->
<script type="text/javascript" src="index.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment