Added proper linking of subdomain js and css

pull/3/head
Wilhelm Westermark 7 years ago
parent 47b37c32ee
commit 57205ee8dd

@ -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>

Loading…
Cancel
Save