This commit is contained in:
rusefi 2017-05-27 16:36:57 -04:00
parent 82cfb4bb75
commit edbee0ac50
3 changed files with 54 additions and 0 deletions

18
misc/www/error404.html Normal file
View File

@ -0,0 +1,18 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://rusefi.com/wiki/index.php?title=Main_Page" />
</head>
<body>
<center>
<h4>Not found</h4>
<br><br><br><br><br>
<a href="http://rusefi.com/wiki/index.php?title=Main_Page">http://rusefi.com/wiki/index.php?title=Main_Page</a>
</center>
</body>
</html>

18
misc/www/fuel/index.shtml Normal file
View File

@ -0,0 +1,18 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://rusefi.com/wiki/index.php?title=Manual:Software:Fuel_Control" />
</head>
<body>
<center>
<h4>Support</h4>
<br><br><br><br><br>
<a href="http://rusefi.com/wiki/index.php?title=Manual:Software:Fuel_Control">http://rusefi.com/wiki/index.php?title=Manual:Software:Fuel_Control</a>
</center>
</body>
</html>

View File

@ -0,0 +1,18 @@
<html>
<head>
<meta http-equiv="refresh" content="0; url=http://rusefi.com/wiki/index.php?title=Support" />
</head>
<body>
<center>
<h4>Support</h4>
<br><br><br><br><br>
<a href="http://rusefi.com/wiki/index.php?title=Support">http://rusefi.com/wiki/index.php?title=Support</a>
</center>
</body>
</html>