curious-greg/templates/landing_page.html

20 lines
558 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Curious Greg</title>
{% include 'imports.html' %}
</head>
<body>
<h1>Curious Greg</h1>
<h2>Connect your Curious Cat and Mastodon accounts for automated crossposting.</h2>
<!-- <div id='logo-main'></div> -->
<form action='/internal/auth_a' method='GET'>
<label for='instance'>Instance URL</label><br />
<input name='instance' placeholder='mastodon.social' id='instance-input' /><br />
<button>Sign Up</button>
</form>
<br /><br />
<a class='button' href='/login'>Log In</a>
{% include 'footer.html' %}
</body>
</html>