mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
23 lines
753 B
HTML
23 lines
753 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>OnionShare is closed</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>
|
|
<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>
|
|
</body>
|
|
</html>
|