2018-03-14 08:30:14 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2018-07-17 11:45:14 +10:00
|
|
|
|
2019-02-23 19:37:56 +01:00
|
|
|
<head>
|
|
|
|
<title>OnionShare is closed</title>
|
2019-05-22 20:07:35 -07:00
|
|
|
<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">
|
2019-02-23 19:37:56 +01:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header class="clearfix">
|
2019-05-22 20:07:35 -07:00
|
|
|
<img class="logo" src="{{ static_url_path }}/img/logo.png" title="OnionShare">
|
2019-02-23 19:37:56 +01:00
|
|
|
<h1>OnionShare</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="info-wrapper">
|
|
|
|
<div class="info">
|
2019-05-22 20:07:35 -07:00
|
|
|
<p><img class="logo" src="{{ static_url_path }}/img/logo_large.png" title="OnionShare"></p>
|
2019-02-23 19:37:56 +01:00
|
|
|
<p class="info-header">Thank you for using OnionShare</p>
|
|
|
|
<p class="info-description">You may now close this window.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
|
2018-03-14 08:30:14 -07:00
|
|
|
</html>
|