mirror of
https://github.com/Polymer/polymer-starter-kit.git
synced 2025-02-25 18:55:22 -06:00
Restore index.html relative paths
This commit is contained in:
@@ -85,10 +85,10 @@ subject to an additional IP rights grant found at http://polymer.github.io/PATEN
|
||||
</script>
|
||||
|
||||
<!-- Load webcomponents-loader.js to check and load any polyfills your browser needs -->
|
||||
<script src="./node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
||||
<script src="node_modules/@webcomponents/webcomponentsjs/webcomponents-loader.js"></script>
|
||||
|
||||
<!-- Load your application shell -->
|
||||
<script type="module" src="./src/my-app.js"></script>
|
||||
<script type="module" src="src/my-app.js"></script>
|
||||
|
||||
<!-- Add any global styles for body, document, etc. -->
|
||||
<style>
|
||||
|
||||
Reference in New Issue
Block a user