initial commit

This commit is contained in:
equippedcoding-master
2025-09-17 09:37:06 -05:00
parent 86108ca47e
commit e2c98790b2
55389 changed files with 6206730 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<!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>