curious-greg/templates/cc_connect_code.html

18 lines
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>