Update index.html
parent
75840da494
commit
670d448d90
|
@ -12,7 +12,7 @@
|
|||
|
||||
<!-- STYLESHEETS (others loaded dynamically) -->
|
||||
<style id="styleoverrides" media="screen"></style>
|
||||
<link href="svgedit.css" rel="stylesheet" media="all">
|
||||
<link href="./svgedit.css" rel="stylesheet" media="all">
|
||||
</link>
|
||||
|
||||
<!-- SCRIPTS -->
|
||||
|
@ -22,7 +22,7 @@
|
|||
|
||||
<!-- If you do not wish to add extensions by URL, you can add calls
|
||||
within the following file to svgEditor.setConfig -->
|
||||
<script type="module" src="index.js"></script>
|
||||
<script type="module" src="./index.js"></script>
|
||||
|
||||
<title>SVG-edit</title>
|
||||
</head>
|
||||
|
|
Loading…
Reference in New Issue