mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-03 11:56:06 -04:00
Move all resources (locale, images, html, version.txt) into central resources dir, and clean up logic to find absolute paths to resources
This commit is contained in:
parent
7c18d77fb2
commit
e81f809882
34 changed files with 59 additions and 137 deletions
15
resources/html/404.html
Normal file
15
resources/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