mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
17 lines
430 B
HTML
17 lines
430 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Error 404</title>
|
|
<link href="data:image/x-icon;base64,{{favicon_b64}}" 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>
|