curious-greg/templates/cc_connect_complete.html

17 lines
432 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Curious Greg - Curious Cat Connection</title>
{% include 'imports.html' %}
</head>
<body>
<h1>Connected to Curious Cat</h1>
<h2>Your Curious Cat profile has been connected.</h2>
<div id='question'>
<div id='form-avi' style={{ bg }}></div>
<div id='form-avi-label'>{{ session['cc'] }}</div><br />
<a class='button' href='/home'>Continue</a>
</div>
{% include 'footer.html' %}
</body>
</html>