aboutsummaryrefslogtreecommitdiff
path: root/views/delete_feed.tpl
blob: 8b7f5a59fd20925502b1510a241bdf6c0e22fa67 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Feed Deleted | TagRSS</title>
    <link href="/static/styles/main.css" rel="stylesheet">
    <meta http-equiv="refresh" content="5; url=/" />
</head>
<body>
    <p>Feed successfully deleted. Redirecting...</p>
    <a href="/" class="no-visited-indication">home</a>
    % include("footer.tpl")
</body>
</html>