added cc_connect_confirm.html
This commit is contained in:
parent
6405336a58
commit
aba36cb079
1 changed files with 18 additions and 0 deletions
18
templates/cc_connect_confirm.html
Normal file
18
templates/cc_connect_confirm.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>
|
||||
<!-- <div id='logo-main'></div> -->
|
||||
<div id='question'>
|
||||
<div id='form-avi' style={{ bg }}></div>
|
||||
Is this you?<br />
|
||||
<a class='button' href='/internal/ccc_b'>Yes</a><br />
|
||||
<a class='button' href='/cc_connect'>No</a>
|
||||
</div>
|
||||
{% include 'footer.html' %}
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue