Files
gateway-gamers.net/sites/kingmaker/signups.html
T
mandaloreandClaude Opus 5.5 da2a5c42e7
Deploy 40k-rankings / build-and-deploy (push) Successful in 4s
Hash the 40k hidden-players list and drop the old PayPal block
Hidden players are now matched by a hash of their full name or nickname
(src/hide.js) so the names aren't readable in the source or bundle.
Also removes the commented-out PayPal section from the Kingmaker
sign-up page.

Co-Authored-By: Claude Opus 5.5 <noreply@anthropic.com>
2026-09-22 19:14:12 -05:00

42 lines
1.3 KiB
HTML

<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Sign-ups — Kingmaker</title>
<link rel="stylesheet" href="/src/style.css" />
</head>
<body class="min-h-screen flex flex-col">
<div id="header"></div>
<!-- ===== MAIN CONTENT ===== -->
<main class="flex-1 max-w-5xl w-full mx-auto px-6 py-10">
<h1 class="text-4xl font-bold mb-4">Sign-ups</h1>
<p class="text-lg mb-8">Interested in joining the Kingmaker campaign? Fill out the form below to sign up, and please pay Game Nite the entry fee of $10. I'll be verifying with them that everyone has paid. </p>
<div class="divider"></div>
<!-- Google Form embed — replace the src URL with your form's embed link -->
<div class="w-full">
<iframe
src="https://docs.google.com/forms/d/e/1FAIpQLSeZt1nzM6FKGjIlCv-QuENsvKLYv7RlukqVARGjj-Mrxcna9w/viewform?embedded=true"
width="100%"
height="900"
frameborder="0"
marginheight="0"
marginwidth="0"
class="rounded-box">
Loading form…
</iframe>
</div>
</main>
<div id="footer"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>