chg: Added SPDX headers

This commit is contained in:
SinTan1729
2024-04-03 20:40:26 -05:00
parent cdc3508a0c
commit 931b4a95e4
14 changed files with 43 additions and 1 deletions

View File

@@ -1,3 +1,6 @@
// SPDX-FileCopyrightText: 2023 Sayantan Santra <sayantan.santra689@gmail.com>
// SPDX-License-Identifier: MIT
const prepSubdir = (link) => {
let thisPage = new URL(window.location.href);
let subdir = thisPage.pathname;