summaryrefslogtreecommitdiff
path: root/share/templates/denied.html
blob: 49147ef28c47cc18856e15d83349286b12569971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html>
<html>

<head>
  <title>OnionShare</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" />
</head>

<body>
  <p>OnionShare download in progress</p>
</body>

</html>