landing page
This commit is contained in:
parent
a90958ec49
commit
576ca9878b
|
@ -0,0 +1,72 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
<style type="text/css">
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
font-size: 200%;
|
||||
}
|
||||
|
||||
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>
|
||||
|
||||
<center>
|
||||
<img src="https://rusefi.com/style/logo.gif" />
|
||||
<h1> rusEf is a GPL open source engine control unit.</h1>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
<br/>
|
||||
|
||||
<table>
|
||||
<tr>
|
||||
<th><a href="https://github.com/rusefi/rusefi_documentation/wiki/Download">DOWNLOAD</a></th>
|
||||
<th><a href="https://github.com/rusefi/rusefi_documentation/wiki/Hardware">Hardware</a></th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://rusefi.com/forum">forum</a></td>
|
||||
<td><a href="https://rusefi.com/wiki">wiki</a></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><a href="https://github.com/rusefi/rusefi">Github</a></td>
|
||||
<td> </td>
|
||||
</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¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donateCC_LG%2egif%3aNonHosted">Donate</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -0,0 +1,34 @@
|
|||
<html>
|
||||
<head>
|
||||
<script>
|
||||
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
|
||||
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
|
||||
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
|
||||
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
|
||||
|
||||
ga('create', 'UA-43478022-1', 'rusefi.com');
|
||||
ga('send', 'pageview');
|
||||
|
||||
</script>
|
||||
<meta http-equiv="refresh" content="0; url=https://rusefi.com/wiki/index.php?title=Main_Page" />
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
|
||||
<br><br><br><br><br>
|
||||
|
||||
<a href="https://rusefi.com/wiki/index.php?title=Main_Page">http://rusefi.com/wiki/index.php?title=Main_Page</a>
|
||||
|
||||
<br><br><br><br><br>
|
||||
|
||||
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
|
||||
<input type="hidden" name="cmd" value="_s-xclick">
|
||||
<input type="hidden" name="hosted_button_id" value="7FKTGYCPARFAY">
|
||||
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
|
||||
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
|
||||
</form>
|
||||
|
||||
</center>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue