aboutsummaryrefslogtreecommitdiff
path: root/desktop/share/templates/denied.html
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/share/templates/denied.html')
-rw-r--r--desktop/share/templates/denied.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/desktop/share/templates/denied.html b/desktop/share/templates/denied.html
new file mode 100644
index 00000000..49147ef2
--- /dev/null
+++ b/desktop/share/templates/denied.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title>OnionShare</title>
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <link href="{{ static_url_path }}/img/favicon.ico" rel="icon" type="image/x-icon" />
+</head>
+
+<body>
+ <p>OnionShare download in progress</p>
+</body>
+
+</html>