onionshare/share/templates/404.html
Micah Lee 0e9298794e
Typo
2018-04-24 17:18:33 -07:00

11 lines
273 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>OnionShare: 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>