-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathsearch.html
46 lines (32 loc) · 1.48 KB
/
search.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
<!DOCTYPE html>
<html>
<head>
<title>What can I build - Search</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width" />
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
<meta http-equiv="Pragma" content="no-cache">
<meta http-equiv="Expires" content="0">
<link rel="shortcut icon" href="image/icon.png" type="image/png" />
<link rel="stylesheet" href="css/table.css?version=270" type="text/css" />
<style>
tr:hover { background-color: transparent !important; }
td > div { white-space: nowrap; }
output a {
display: block;
}
</style>
<script type="text/javascript" src="depend/canvas/canvas.src.js?version=270"></script>
<script type="text/javascript" src="circuit/circuits.js?version=270"></script>
<script type="text/javascript" src="js/global.js?version=270"></script>
<script type="text/javascript" src="js/utils.js?version=270"></script>
<script type="text/javascript" src="js/engineering.js?version=270"></script>
<script type="text/javascript" src="js/search.js?version=270"></script>
</head>
<body>
<h3>Single part search from <b id="count"></b> pedal circuits.
<a href="https://github.com/dvhx/what-can-i-build">Source.</a></h3>
<p>Part name <select id="name" autofocus><option selected disable>Choose part</option></select></p>
<output id="output"></output>
</body>
</html>