mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
11 lines
221 B
HTML
11 lines
221 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>OnionShare</title>
|
|
<link href="/static/img/favicon.ico" rel="icon" type="image/x-icon" />
|
|
</head>
|
|
<body>
|
|
<p>OnionShare download in progress</p>
|
|
</body>
|
|
</html>
|