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