summaryrefslogtreecommitdiff
path: root/share/templates/403.html
blob: f3ea4e0efc87623463c8e7ab21b8ef869fed6a03 (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: 403 Forbidden</title>
  <link href="/static/img/favicon.ico" rel="icon" type="image/x-icon" />
  <link rel="stylesheet" rel="subresource" type="text/css" href="/static/css/style.css" media="all">
</head>

<body>
  <div class="info-wrapper">
    <div class="info">
      <p><img class="logo" src="/static/img/logo_large.png" title="OnionShare"></p>
      <p class="info-header">You are not allowed to perform that action at this time.</p>
    </div>
  </div>
</body>

</html>