mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-23 23:01:26 -04:00
Changed 404 page to just say "404" (fixes #225)
This commit is contained in:
parent
35c1c9cbcb
commit
76d65c678b
1 changed files with 2 additions and 2 deletions
|
@ -7,9 +7,9 @@
|
|||
background-color: #FFC4D5;
|
||||
color: #FF0048;
|
||||
text-align: center;
|
||||
font-size: 30em;
|
||||
font-size: 20em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>☠</body>
|
||||
<body>404</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue