progress
This commit is contained in:
parent
512a4e87c9
commit
9e0013ad23
|
@ -70,7 +70,7 @@
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
||||||
Home of microRusEfi - <a href=https://www.ebay.com/itm/333532119947>Shop here</a>
|
Home of <a href="/microrusefi">microRusEfi</a> - <a href=https://www.ebay.com/itm/333532119947>Shop here</a>
|
||||||
<br/>
|
<br/>
|
||||||
<br/>
|
<br/>
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,43 @@
|
||||||
|
<html>
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<title>rusEfi microRusEfi</title>
|
||||||
|
<link rel="stylesheet" type="text/css" href="/rusefi.css">
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||||||
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-43478022-1"></script>
|
||||||
|
<script>
|
||||||
|
window.dataLayer = window.dataLayer || [];
|
||||||
|
function gtag(){dataLayer.push(arguments);}
|
||||||
|
gtag('js', new Date());
|
||||||
|
|
||||||
|
gtag('config', 'UA-43478022-1');
|
||||||
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
|
||||||
|
microRusEfi is the latest fully assembled rusEfi ECU. It was primaraly designed for 4 cylinder applications with or without drive-by-wire electronic throttle body.
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
<a href="https://github.com/rusefi/hw_microRusEfi/">microRusEfi GitHub</a>
|
||||||
|
|
||||||
|
<br/>
|
||||||
|
|
||||||
|
<a href="https://rusefi.com/forum/viewtopic.php?f=4&t=1538">Forum thread</a>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<hr width=50%>
|
||||||
|
<center>
|
||||||
|
<a href="/">Home</a>
|
||||||
|
(c) rusEfi llc, 2020
|
||||||
|
</center>
|
||||||
|
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
Reference in New Issue