2018-11-12 08:40:50 +00:00
|
|
|
<!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> -->
|
|
|
|
<form action='/internal/ccc_a' method='POST'>
|
2018-11-12 08:42:47 +00:00
|
|
|
<div id='form-avi' style="background-image:url('https://lynnesbian.space/res/ceres/cc-smol.png')"></div>
|
2018-11-12 08:40:50 +00:00
|
|
|
<label for='cc'>Curious Cat username</label><br />
|
|
|
|
<input name='cc' required /><br />
|
|
|
|
<button>Connect</button>
|
|
|
|
</form>
|
|
|
|
{% include 'footer.html' %}
|
|
|
|
</body>
|
|
|
|
</html>
|