mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
10 lines
264 B
HTML
10 lines
264 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>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>
|
|
</html>
|