onionshare/share/templates/404.html

11 lines
274 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>OnionsShare: Error 404</title>
<link href="/static/img/favicon.ico" rel="icon" type="image/x-icon" />
</head>
<body>
<p>Error 404: You probably typed the OnionShare address wrong</p>
</body>
</html>