important stuff

This commit is contained in:
rusefi 2019-06-21 23:39:29 -04:00
parent 0987bd4ab7
commit 717d38fa86
1 changed files with 19 additions and 2 deletions

View File

@ -2,6 +2,22 @@
<head>
<style type="text/css">
a:link {
color: #34495e;
}
a:visited {
color: #34495e;
}
a:hover {
color: black;
}
a:visited:hover {
color: black;
}
table {
border-collapse: collapse;
font-size: 150%;
@ -36,8 +52,8 @@
</head>
<body>
<center>
<center>
<img src="https://rusefi.com/style/logo.gif" />
<h1> rusEfi is a GPL open source engine control unit.</h1>
<br/>
@ -67,6 +83,7 @@
<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>
</center>
</body>
</html>