From a82919848a022b14118a7b65c6238029c55ed536 Mon Sep 17 00:00:00 2001 From: va9iff Date: Mon, 9 May 2022 18:31:06 +0400 Subject: [PATCH] finally literally made a copy-paste --- src/api.js | 4 +-- src/apps/files/index.html | 76 ++++++++++++++++++++++++++++++++++++++- 2 files changed, 77 insertions(+), 3 deletions(-) diff --git a/src/api.js b/src/api.js index 346247c..40eb79e 100644 --- a/src/api.js +++ b/src/api.js @@ -2,8 +2,8 @@ // const WONU = window.location.protocol + "//" + window.location.host + "/" + window.location.pathname + window.location.search const WONU = window.location.href -window.repo = "WON" -window.user = "va9iff" +const repo = "WON" +const user = "va9iff" const url = `https://api.github.com/repos/${user}/${repo}/contents/` diff --git a/src/apps/files/index.html b/src/apps/files/index.html index 7fc73a5..1756cb7 100644 --- a/src/apps/files/index.html +++ b/src/apps/files/index.html @@ -15,7 +15,81 @@ - + \ No newline at end of file