16 lines
361 B
HTML
16 lines
361 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>Start a Subscription</title>
|
|
<link href="css/base.css" rel="stylesheet" />
|
|
</head>
|
|
<body>
|
|
<main>
|
|
<p>Welcome to the Stripe sample for starting a new fixed price subscription.</p>
|
|
|
|
<p><a href="register.html">Start Demo</a></p>
|
|
</main>
|
|
</body>
|
|
</html>
|