From 830280ef0a1aee9afdd95eddc78fc4489a06703d Mon Sep 17 00:00:00 2001 From: dohliam Date: Thu, 21 May 2020 17:06:50 -0700 Subject: [PATCH] fix api --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d10a5db..07660e7 100644 --- a/index.html +++ b/index.html @@ -18,7 +18,7 @@ link = document.createElement('link'); link.rel="stylesheet"; link.type="text/css"; - link.href="vendor/" + css + ".min.css"; + link.href="min/" + css + ".min.css"; head.appendChild(link); window.id_store = css; }