summaryrefslogtreecommitdiff
path: root/share/templates/denied.html
blob: 5d411d62a2ff72a73dd623fdc64bdef9832192a1 (plain)
1
2
3
4
5
6
7
8
9
10
<!DOCTYPE html>
<html>
  <head>
      <title>OnionShare</title>
      <link href="/static/img/favicon.ico" rel="icon" type="image/x-icon" />
  </head>
  <body>
    <p>OnionShare download in progress</p>
  </body>
</html>