summaryrefslogtreecommitdiff
path: root/cli/onionshare_cli/resources/templates/403.html
diff options
context:
space:
mode:
Diffstat (limited to 'cli/onionshare_cli/resources/templates/403.html')
-rw-r--r--cli/onionshare_cli/resources/templates/403.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/cli/onionshare_cli/resources/templates/403.html b/cli/onionshare_cli/resources/templates/403.html
new file mode 100644
index 00000000..c9d28eea
--- /dev/null
+++ b/cli/onionshare_cli/resources/templates/403.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+ <title>OnionShare: 403 Forbidden</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" />
+ <link rel="stylesheet" rel="subresource" type="text/css" href="{{ static_url_path }}/css/style.css" media="all">
+</head>
+
+<body>
+ <div class="info-wrapper">
+ <div class="info">
+ <p><img class="logo" src="{{ static_url_path }}/img/logo_large.png" title="OnionShare"></p>
+ <p class="info-header">You are not allowed to perform that action at this time.</p>
+ </div>
+ </div>
+</body>
+
+</html>