mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-07 22:02:35 -04:00
Display a template after closing the server, and standardize the style of other simple templates
This commit is contained in:
parent
5665b3c313
commit
0734de68ea
7 changed files with 18 additions and 20 deletions
|
@ -1,9 +1,10 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Error 404</title>
|
||||
<title>OnionsShare: Error 404</title>
|
||||
<link href="/static/img/favicon.ico" rel="icon" type="image/x-icon" />
|
||||
<link href="/static/css/404.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>404</body>
|
||||
<body>
|
||||
<p>Error 404: You probably typed the OnionShare address wrong</p>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue