Renamed 'resources' to 'share', and updated location of 'share' files in OSX/Win binaries

This commit is contained in:
Micah Lee 2017-02-21 16:59:14 -08:00
parent 23a4a70221
commit 37539c95b6
30 changed files with 20 additions and 20 deletions

18
share/html/denied.html Normal file
View file

@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>OnionShare</title>
<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>