aboutsummaryrefslogtreecommitdiff
path: root/views/delete.html
diff options
context:
space:
mode:
Diffstat (limited to 'views/delete.html')
-rw-r--r--views/delete.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/views/delete.html b/views/delete.html
new file mode 100644
index 0000000..000b733
--- /dev/null
+++ b/views/delete.html
@@ -0,0 +1,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="/">home</a>
+</body>
+</html>