This commit is contained in:
30
static/success.html
Normal file
30
static/success.html
Normal file
@ -0,0 +1,30 @@
|
||||
<!doctype html>
|
||||
<html class="no-js" lang="">
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="x-ua-compatible" content="ie=edge" />
|
||||
<title>DKNOG Membership payment</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="color-scheme" content="light dark" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/@picocss/pico@2/css/pico.min.css"
|
||||
/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<header class="container">
|
||||
<img src="/static/logo.png" />
|
||||
</header>
|
||||
<main class="container">
|
||||
<article>
|
||||
<header>
|
||||
<strong>Payment completed.</strong>
|
||||
</header>
|
||||
<a href="https://members.dknog.dk"
|
||||
><button class="outline">Go back to member system</button></a
|
||||
>
|
||||
</article>
|
||||
</main>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user