summaryrefslogtreecommitdiff
path: root/share/templates/401.html
blob: dc50f53446b157bd90cd26d3baf62a948bc2b886 (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: 401 Unauthorized Access</title>
  <link href="{{ static_url_path }}/img/favicon.ico" rel="icon" type="image/x-icon" />
  <link rel="stylesheet" rel="subresource" type="text/css" href="{{ static_url_path }}/css/style.css" media="all">
</head>

<body>
  <div class="info-wrapper">
    <div class="info">
      <p><img class="logo" src="{{ static_url_path }}/img/logo_large.png" title="OnionShare"></p>
      <p class="info-header">401 Unauthorized Access</p>
    </div>
  </div>
</body>

</html>