Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Moibe
/
stripe-fastapi-docker-dev
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
72d6194
stripe-fastapi-docker-dev
/
templates
/
cancel.html
Moibe
Primer Commit
72d6194
about 1 year ago
raw
Copy download link
history
blame
130 Bytes
<
head
>
<
title
>
Cancelled Checkout
</
title
>
</
head
>
<
body
>
<
h1
>
Payment was cancelled
</
h1
>
<
a
href
=
"/"
>
Go home
</
a
>
</
body
>