blob: da10b3c37b1716a859f3b24ce28b0d0bc6ef0bd9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<!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>
</body>
</html>
|