-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
63 lines (61 loc) · 2.5 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
<!DOCTYPE html>
<html lang="en" class="notranslate">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Find all components of OBD0/1 Honda ECUs, with their specs and notes.">
<meta name="keywords" content="honda, honda tuning, honda ecu, honda engine, honda components, obd0, obd1">
<meta name="google" content="notranslate">
<meta name="author" content="Hondatabase">
<title>Honda OBD0/1 ECU Component List - Hondatabase</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<header>
<span id="author">hondatabase.com</span>
<h1>Honda OBD0/1 ECU Component List</h1>
<p>A reference list of Honda OBD0 and OBD1 ECU components compiled from various sources.</p>
<p>To contribute, submit a pull request or open an issue on GitHub.</p>
<p>Print and mobile-friendly.</p>
<small>
<p>Download as <a href="hondaecucomponents.json">JSON</a></p>
<p>Edit on <a href="https://github.com/hondatabase/ecucomponents/edit/main/hondaecucomponents.json">GitHub</a></p>
<p>View <a href="https://files.hondatabase.com/ecu-components/componentlist">source images</a></p>
<p>Contact: <a href="mailto:hondatabase@flaviopereira.dev?subject=Contribute to Honda ECU Component List">email</a> or <a href="https://discord.hondatabase.com" target="_blank">Discord</a></p>
</small>
</header>
<main>
<h2>Components</h2>
<div id="search-container">
<input type="search" id="componentSearch" placeholder="Search components...">
<small>Search by ID, type, specs or notes</small>
</div>
<div id="table-container">
<table>
<thead>
<tr>
<th>ID(s)</th>
<th>Type</th>
<th>Specs</th>
</tr>
</thead>
<tbody></tbody>
</table>
</div>
<div id="legend">
<p>Boards:</p>
<ul>
<li><strong>OBD0</strong>: N/A</li>
<li><strong>OBD1</strong>: 11F0, 1720, 1980</li>
</ul>
</div>
</main>
<footer>
<div id="credits">
<h2>Credits:</h2>
<ul></ul>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>