summaryrefslogtreecommitdiff
path: root/share/html/denied.html
blob: a82ac02785035bad33275297fd12e53c2b529611 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE html>
<html>
  <head>
      <title>OnionShare</title>
      <link href="data:image/x-icon;base64,{{favicon_b64}}" rel="icon" type="image/x-icon" />
      <style>
        body {
          background-color: #222222;
          color: #ffffff;
          text-align: center;
          font-family: sans-serif;
          padding: 5em 1em;
        }
      </style>
  </head>
  <body>
    <p>OnionShare download in progress</p>
  </body>
</html>