2023-01-26 05:57:31 +00:00
|
|
|
{{ $params := (.Context).Value "params" }}
|
|
|
|
|
2023-07-12 05:57:06 +00:00
|
|
|
<html lang="en-US">
|
|
|
|
<head>
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
<title>Felt — Error</title>
|
|
|
|
<meta name="viewport" content="width=device-width" />
|
|
|
|
<link rel="shortcut icon" href="/table/favicon.png"/>
|
2023-07-17 03:29:53 +00:00
|
|
|
<link href="/table/style.css?v=0.2.0" rel="stylesheet" />
|
2023-07-12 05:57:06 +00:00
|
|
|
</head>
|
2023-01-26 05:57:31 +00:00
|
|
|
<body>
|
2023-07-12 05:57:06 +00:00
|
|
|
<main id="registration">
|
|
|
|
<h1>ERROR {{ $params.ErrorCode }}</h1>
|
|
|
|
<p class="error">{{ $params.ErrorMessage }}</p>
|
|
|
|
<p><a href="/table">Get back to gaming...</a></p>
|
|
|
|
</main>
|
2023-01-26 05:57:31 +00:00
|
|
|
</body>
|
2023-07-18 04:26:31 +00:00
|
|
|
<script src="./util.js?v=0.2.1" type="text/javascript"></script>
|
2023-07-12 05:57:06 +00:00
|
|
|
</html>
|
|
|
|
<html>
|