summaryrefslogtreecommitdiff
path: root/share/templates/denied.html
blob: 94fb379bcc3784243bfc661a550579da303f6004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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>