Display a template after closing the server, and standardize the style of other simple templates

This commit is contained in:
Micah Lee 2018-03-14 08:30:14 -07:00
parent 5665b3c313
commit 0734de68ea
7 changed files with 18 additions and 20 deletions

View file

@ -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>