2021-01-05 18:16:23 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en" class="{{ .cssClass }}">
|
|
|
|
<head>
|
2022-01-08 16:42:36 +00:00
|
|
|
<link rel="stylesheet" type="text/css" href="css/{{ .cssVersion }}bundle.css">
|
2021-01-05 18:16:23 +00:00
|
|
|
{{ template "header.html" . }}
|
|
|
|
<title>Invalid Code - jfa-go</title>
|
|
|
|
</head>
|
|
|
|
<body class="section">
|
|
|
|
<div class="page-container">
|
2022-01-01 02:58:26 +00:00
|
|
|
<div class="card">
|
|
|
|
<h1 class="text-3xl font-semibold">Invalid invite code.</h1>
|
|
|
|
<p class="content">The code above was either incorrect, or has expired.</p>
|
|
|
|
<p class="content">
|
|
|
|
{{ .contactMessage }}
|
|
|
|
</p>
|
|
|
|
</div>
|
2021-01-05 18:16:23 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|