You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
479 B
16 lines
479 B
8 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>ELAB Part Search Engine</title>
|
||
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
|
||
|
<link rel="stylesheet" type="text/css" href="../static/style.css">
|
||
|
<script type="text/javascript" src="../static/script.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>ELAB Part Search Engine</h1>
|
||
|
<p>Looking for obsolete ICs that were discontinued years ago?</p>
|
||
|
</body>
|
||
|
</html>
|
||
|
|