rusefi-1/misc/www/index.html

90 lines
2.0 KiB
HTML
Raw Normal View History

2019-06-21 16:53:07 -07:00
<html>
<head>
<style type="text/css">
2019-06-21 20:39:29 -07:00
a:link {
color: #34495e;
}
a:visited {
color: #34495e;
}
a:hover {
color: black;
}
a:visited:hover {
color: black;
}
2019-06-21 16:53:07 -07:00
table {
border-collapse: collapse;
2019-06-21 17:00:55 -07:00
font-size: 150%;
2019-06-21 16:53:07 -07:00
}
table td,
table th {
border: 1px solid black;
padding: 0.5em;
}
table tr:first-child th {
border-top: 0;
font-weight: normal;
}
table tr:last-child td {
border-bottom: 0;
}
table tr td:first-child,
table tr th:first-child {
border-left: 0;
}
table tr td:last-child,
table tr th:last-child {
border-right: 0;
}
</style>
</head>
<body>
2019-06-21 20:39:29 -07:00
<center>
2019-06-21 16:53:07 -07:00
<img src="https://rusefi.com/style/logo.gif" />
2019-06-21 20:00:54 -07:00
<h1> rusEfi is a GPL open source engine control unit.</h1>
2019-06-21 16:53:07 -07:00
<br/>
<br/>
<br/>
<br/>
<table>
<tr>
2019-06-24 23:26:10 -07:00
<td><a href="https://github.com/rusefi/rusefi_documentation/wiki/Overview">Overview</a></td>
<td><a href="https://github.com/rusefi/rusefi_documentation/wiki/Download">DOWNLOAD</a></td>
2019-06-21 16:53:07 -07:00
</tr>
<tr>
2019-06-21 17:00:55 -07:00
<td><a href="https://rusefi.com/forum">Forum</a></td>
2019-06-24 23:26:10 -07:00
<td><a href="https://github.com/rusefi/rusefi_documentation/wiki/Hardware">Hardware</a></td>
2019-06-21 16:53:07 -07:00
</tr>
<tr>
<td><a href="https://github.com/rusefi/rusefi">Github</a></td>
2019-06-24 23:26:10 -07:00
<td><a href="https://rusefi.com/wiki">Wiki</a></td>
2019-06-21 16:53:07 -07:00
</tr>
<tr>
<td><a href="https://www.facebook.com/rusEfiECU/">Facebook</a></td>
<td><a href="https://www.youtube.com/user/rusefi">Youtube</a></td>
</tr>
<tr>
<td><a href="https://www.patreon.com/rusefi">Patreon</a></td>
<td><a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=arro239%40gmail%2ecom&lc=US&item_name=rusEfi&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">Donate</a></td>
</tr>
</table>
2019-06-21 20:39:29 -07:00
</center>
2019-06-21 16:53:07 -07:00
</body>
</html>