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.
20 lines
762 B
20 lines
762 B
6 years ago
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<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="static/style.css">
|
||
|
<script src="https://use.fontawesome.com/2fef7be393.js"></script>
|
||
|
<script type="text/javascript" src="static/script.js"></script>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="mapURL">unknown.png</div>
|
||
|
<br />
|
||
|
<img src="maps/elab.png" id="clickablemap" style="margin-top: 50px; margin-left: 3em; max-height: 830px;"/>
|
||
|
</body>
|
||
|
</html>
|