65 lines
1.8 KiB
HTML
65 lines
1.8 KiB
HTML
<!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">
|
|
<nav>
|
|
<ul>
|
|
<li>
|
|
<strong>DKNOG Membership Payment</strong>
|
|
</li>
|
|
</ul>
|
|
<ul>
|
|
<li><a href="https://members.dknog.dk">Manage your membership</a></li>
|
|
<li>
|
|
<a
|
|
href="https://members.dknog.dk/adm_program/modules/profile/profile_new.php?new_user=2"
|
|
>Register</a
|
|
>
|
|
</li>
|
|
<li><a href="https://www.dknog.dk">DKNOG Association</a></li>
|
|
</ul>
|
|
</nav>
|
|
</header>
|
|
<main class="container">
|
|
<article>
|
|
<header>
|
|
<strong>Pay DKNOG Association Membership Fee</strong>
|
|
</header>
|
|
<form method="POST" action="/checkout">
|
|
<input
|
|
type="email"
|
|
name="email"
|
|
placeholder="Email"
|
|
aria-label="Email"
|
|
autocomplete="email"
|
|
/>
|
|
<input type="submit" value="Pay" />
|
|
</form>
|
|
</article>
|
|
</main>
|
|
<footer class="container">
|
|
<small>
|
|
<p>
|
|
You must be registerd in our membership system in order to pay.
|
|
<br />
|
|
If you receive an error when entering your email address, please use
|
|
the Register button above to register.
|
|
<br />Registration requires a manual approval step, so please have
|
|
patience.
|
|
</p>
|
|
</small>
|
|
</footer>
|
|
</body>
|
|
</html>
|