inoreader2readwise/templates/logout.jinja2

10 lines
142 B
Plaintext
Raw Normal View History

2024-01-29 06:46:29 +00:00
<html>
<head>
<title>Logout</title>
<meta http-equiv="refresh" content="0; url="{%siteurl%}/">
</head>
<body>
Redirecting ...
</body>
</html>