web_backend/www/error404.html

20 lines
231 B
HTML

<html>
<head>
</head>
<body>
<center>
<h4>Sorry Not found</h4>
<br><br><br><br><br>
<a href="http://rusefi.com/">Main Page</a>
<br><br><br><br><br>
<a href="http://wiki.rusefi.com/">New Wiki</a>
</center>
</body>
</html>