mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-11 12:12:56 -03:00
10 lines
230 B
HTML
10 lines
230 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>OnionShare is closed</title>
|
|
<link href="/static/img/favicon.ico" rel="icon" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
<p>Thank you for using OnionShare</p>
|
|
</body>
|
|
</html>
|