onionshare/share/templates/404.html

10 lines
264 B
HTML
Raw Normal View History

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