Merge pull request #555 from t3xtm3/dev

tweak(index.html): Fix css/js href
This commit is contained in:
Idris Dev
2022-03-02 07:37:18 +11:00
committed by GitHub
+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