18 lines
430 B
HTML
18 lines
430 B
HTML
|
<!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>
|