onionshare/share/templates/404.html

17 lines
409 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html>
<head>
<title>Error 404</title>
<link href="/static/favicon.ico" rel="icon" type="image/x-icon" />
<style type="text/css">
body {
background-color: #FFC4D5;
color: #FF0048;
text-align: center;
font-size: 20em;
}
</style>
</head>
<body>404</body>
</html>