18 lines
No EOL
595 B
HTML
18 lines
No EOL
595 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Curious Greg - Curious Cat Connection</title>
|
|
{% include 'imports.html' %}
|
|
</head>
|
|
<body>
|
|
<h1>Connect to Curious Cat</h1>
|
|
<h2>A question containing a challenge code has been submitted to your Curious Cat inbox. Please paste that code here.</h2>
|
|
<!-- <div id='logo-main'></div> -->
|
|
<form action='/internal/ccc_c' method='POST'>
|
|
<label for='challenge'>Response code</label><br />
|
|
<input name='challenge' type='number' required pattern='\d{6}' placeholder='123456'></input><br />
|
|
<button>Continue</button>
|
|
</div>
|
|
{% include 'footer.html' %}
|
|
</body>
|
|
</html> |