|
|
|
@ -2,13 +2,15 @@
|
|
|
|
|
<html>
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta name="viewport" content="width=device-width">
|
|
|
|
|
<title>ELAB Part Search Engine</title>
|
|
|
|
|
<script
|
|
|
|
|
src="https://code.jquery.com/jquery-3.2.1.min.js"
|
|
|
|
|
integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4="
|
|
|
|
|
crossorigin="anonymous"></script>
|
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400" rel="stylesheet">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="parts/static/style.css">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="parts/static/style.css" media="screen and (min-width:500px)">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="parts/static/style-m.css" media="screen and (max-width:500px)">
|
|
|
|
|
<link rel="apple-touch-icon-precomposed" href="parts/static/apple-touch-icon.png">
|
|
|
|
|
|
|
|
|
|
<script src="https://use.fontawesome.com/2fef7be393.js"></script>
|
|
|
|
|