inoreader2readwise/app/templates/login.html

14 lines
350 B
HTML
Raw Normal View History

2024-01-24 12:29:35 +01:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Inoreader To Readwise</title>
2024-01-24 12:29:35 +01:00
</head>
<body>
2024-02-15 16:05:54 +01:00
<!-- <button onclick="redirectToOAuth()">Login using inoreader</button> -->
<a href="{{oauth_url}}">Login via InoReader</a>
2024-01-24 12:29:35 +01:00
</body>
</html>