mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-31 02:19:09 -04:00
Renamed 'resources' to 'share', and updated location of 'share' files in OSX/Win binaries
This commit is contained in:
parent
23a4a70221
commit
37539c95b6
30 changed files with 20 additions and 20 deletions
15
share/html/404.html
Normal file
15
share/html/404.html
Normal file
|
@ -0,0 +1,15 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Error 404</title>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background-color: #FFC4D5;
|
||||
color: #FF0048;
|
||||
text-align: center;
|
||||
font-size: 20em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>404</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue