2018-11-02 07:46:49 +00:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Curious Greg</title>
|
|
|
|
<link rel='stylesheet' type='text/css' href="{{ url_for('static', filename='style.css') }}" />
|
|
|
|
<script type="text/javascript" src="{{ url_for('static', filename='script.js') }}"></script>
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300" rel="stylesheet">
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<h1>Curious Greg</h1>
|
|
|
|
<h2>Connect your Curious Cat and Mastodon accounts for automated crossposting.</h2>
|
2018-11-04 11:36:25 +00:00
|
|
|
<noscript>
|
|
|
|
Curious Greg will not function without JavaScript. Please ensure you have JavaScript enabled.
|
|
|
|
</noscript>
|
2018-11-02 07:46:49 +00:00
|
|
|
<!-- <div id='logo-main'></div> -->
|
|
|
|
<form onsubmit='cont(); return false'>
|
|
|
|
<label for='instance'>Instance URL</label><br />
|
|
|
|
<input name='instance' placeholder='mastodon.social' id='instance-input' /><br />
|
|
|
|
<button class='loading'>Continue</button>
|
|
|
|
</form>
|
|
|
|
<div id='footer'>
|
|
|
|
Note that Curious Greg requires first-party cookies to be enabled. You may safely delete the cookie upon completing the connection process.
|
2018-11-04 11:36:25 +00:00
|
|
|
Curious Greg will not function without JavaScript. Please ensure you have JavaScript enabled.
|
2018-11-02 07:46:49 +00:00
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|