|
|
|
@ -8,9 +8,9 @@
|
|
|
|
|
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="{{ url_for('static', filename='style.css') }}">
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="{{ url_for('parts/static', filename='style.css') }}">
|
|
|
|
|
<script src="https://use.fontawesome.com/2fef7be393.js"></script>
|
|
|
|
|
<script type="text/javascript" src="{{ url_for('static', filename='script.js') }}"></script>
|
|
|
|
|
<script type="text/javascript" src="{{ url_for('parts/static', filename='script.js') }}"></script>
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<h1>ELAB Part Search Engine</h1>
|
|
|
|
|