summaryrefslogtreecommitdiff
path: root/share/templates/404.html
blob: 264ca5170a4e7b8378a6eaa303c1eeb059685466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html>
  <head>
      <title>OnionShare: 404 Not Found</title>
      <link href="/static/img/favicon.ico" rel="icon" type="image/x-icon" />
      <link href="/static/css/style.css" rel="stylesheet" type="text/css" />
  </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">404 Not Found</p>
	  </div>
      </div>
  </body>
</html>