2018-03-14 11:30:14 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
2018-07-16 21:45:14 -04:00
|
|
|
|
2019-02-23 13:37:56 -05:00
|
|
|
<head>
|
|
|
|
<title>OnionShare is closed</title>
|
2019-05-22 23:07:35 -04: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 13:37:56 -05:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<header class="clearfix">
|
2019-05-22 23:07:35 -04:00
|
|
|
<img class="logo" src="{{ static_url_path }}/img/logo.png" title="OnionShare">
|
2019-02-23 13:37:56 -05:00
|
|
|
<h1>OnionShare</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="info-wrapper">
|
|
|
|
<div class="info">
|
2019-05-22 23:07:35 -04:00
|
|
|
<p><img class="logo" src="{{ static_url_path }}/img/logo_large.png" title="OnionShare"></p>
|
2019-02-23 13:37:56 -05: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 11:30:14 -04:00
|
|
|
</html>
|