mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
23 lines
745 B
HTML
23 lines
745 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="info-wrapper">
|
|
<div class="info">
|
|
<p><img class="logo" src="/static/img/logo_large.png" title="OnionShare"></p>
|
|
<p class="info-header">Thank you for using OnionShare</p>
|
|
<p class="info-description">You may now close this window.</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|