Skip to content

Commit

Permalink
css added
Browse files Browse the repository at this point in the history
  • Loading branch information
Sm1pleScr1pt committed Jun 18, 2024
1 parent 4bccae3 commit 9ca33c3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/scripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -149,11 +149,12 @@ async function loadPage() {
await loadEager(document);
await loadLazy(document);
loadDelayed();
await loadingCustomCss();
await loadingCustomCss();
}

loadPage();


async function loadingCustomCss(){
// load custom css files
var loadCssArray = [
Expand All @@ -170,3 +171,4 @@ async function loadingCustomCss(){
});

}

0 comments on commit 9ca33c3

Please sign in to comment.