2018-03-14 11:30:14 -04:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>OnionShare is closed</title>
|
|
|
|
<link href="/static/img/favicon.ico" rel="icon" type="image/x-icon" />
|
2018-07-16 21:45:14 -04:00
|
|
|
<link href="/static/css/style.css" rel="stylesheet" type="text/css" />
|
2018-03-14 11:30:14 -04:00
|
|
|
</head>
|
|
|
|
<body>
|
2018-07-16 21:45:14 -04:00
|
|
|
<header class="clearfix">
|
|
|
|
<img class="logo" src="/static/img/logo.png" title="OnionShare">
|
|
|
|
<h1>OnionShare</h1>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<div class="closed-wrapper">
|
|
|
|
<div class="closed">
|
|
|
|
<p><img class="logo" src="/static/img/logo_large.png" title="OnionShare"></p>
|
|
|
|
<p class="closed-header">Thank you for using OnionShare</p>
|
|
|
|
<p class="closed-description">You may now close this window.</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2018-03-14 11:30:14 -04:00
|
|
|
</body>
|
|
|
|
</html>
|