tweak(index.html): Fix css/js href

This commit is contained in:
wert
2022-03-01 15:03:28 +00:00
parent a76a651379
commit 67b1e20a92
+2 -2
View File
@@ -31,8 +31,8 @@
defer
></script>
<script type="module" src="app.js"></script>
<script src="drawtext.js"></script>
<link rel="stylesheet" href="drawtext.css">
<script src="js/drawtext.js"></script>
<link rel="stylesheet" href="css/drawtext.css">
</head>
<body style="font-family: 'Poppins', sans-serif">
<div