Update index.html

master
JFH 2021-01-03 21:01:19 +01:00
parent 75840da494
commit 670d448d90
1 changed files with 2 additions and 2 deletions

View File

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