mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2026-04-23 08:26:47 +00:00
cancel and success page
This commit is contained in:
18
v3/src/pages/cancel.astro
Normal file
18
v3/src/pages/cancel.astro
Normal file
@@ -0,0 +1,18 @@
|
||||
---
|
||||
import Hero from '~/components/widgets/Hero.astro';
|
||||
import Layout from '~/layouts/PageLayout.astro';
|
||||
|
||||
const metadata = {
|
||||
title: 'Success',
|
||||
};
|
||||
---
|
||||
|
||||
<Layout metadata={metadata}>
|
||||
<!-- Hero Widget ******************* -->
|
||||
|
||||
<Hero tagline="">
|
||||
<Fragment slot="title"> You have cancelled the payment!
|
||||
</Fragment>
|
||||
</Hero>
|
||||
|
||||
</Layout>
|
||||
Reference in New Issue
Block a user