web_backend/www/error404.html

20 lines
231 B
HTML
Raw Permalink Normal View History

<html>
<head>
</head>
<body>
<center>
2022-01-22 11:25:06 -08:00
<h4>Sorry Not found</h4>
<br><br><br><br><br>
2022-01-22 11:25:06 -08:00
<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>