Added auth code form
This commit is contained in:
parent
7e8868eb5c
commit
f439703f1a
1 changed files with 18 additions and 0 deletions
18
templates/cc_connect_code.html
Normal file
18
templates/cc_connect_code.html
Normal file
|
@ -0,0 +1,18 @@
|
|||
<!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>
|
Loading…
Reference in a new issue