summaryrefslogtreecommitdiff
path: root/share/templates/thankyou.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/templates/thankyou.html')
-rw-r--r--share/templates/thankyou.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/share/templates/thankyou.html b/share/templates/thankyou.html
new file mode 100644
index 00000000..64c8b369
--- /dev/null
+++ b/share/templates/thankyou.html
@@ -0,0 +1,22 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>OnionShare is closed</title>
+ <link href="/static/img/favicon.ico" rel="icon" type="image/x-icon" />
+ <link href="/static/css/style.css" rel="stylesheet" type="text/css" />
+ </head>
+ <body>
+ <header class="clearfix">
+ <img class="logo" src="/static/img/logo.png" title="OnionShare">
+ <h1>OnionShare</h1>
+ </header>
+
+ <div class="info-wrapper">
+ <div class="info">
+ <p><img class="logo" src="/static/img/logo_large.png" title="OnionShare"></p>
+ <p class="info-header">Thank you for using OnionShare</p>
+ <p class="info-description">You may now close this window.</p>
+ </div>
+ </div>
+ </body>
+</html>