mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
20 lines
448 B
HTML
20 lines
448 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>OnionShare</title>
|
|
<link href="data:image/x-icon;base64,{{favicon_b64}}" rel="icon" type="image/x-icon" />
|
|
<style>
|
|
body {
|
|
background-color: #222222;
|
|
color: #ffffff;
|
|
text-align: center;
|
|
font-family: sans-serif;
|
|
padding: 5em 1em;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<p>OnionShare download in progress</p>
|
|
</body>
|
|
</html>
|