added cc_connect_confirm.html

This commit is contained in:
Lynne Megido 2018-11-12 19:20:35 +10:00
parent 6405336a58
commit aba36cb079
Signed by: lynnesbian
GPG Key ID: FB7B970303ACE499

View 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>