1
0
mirror of https://github.com/PurpleI2P/i2pd.git synced 2025-01-13 07:07:52 +00:00
i2pd/webui/404.html

25 lines
502 B
HTML
Raw Normal View History

2015-09-18 09:52:09 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<title>404 - Page not found</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="header">
<h1>404 - Page not found</h1>
</div>
<div class="content">
<h2 class="content-subhead">The page you were looking for could not be found.</h2>
</div>
<!--#include virtual="menu.html" -->
<!--#include virtual="footer.html" -->
</body>
</html>