important stuff
This commit is contained in:
parent
33ec2b1f14
commit
acb8e5e8a7
|
@ -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¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">Donate</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</center>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue