diff --git a/pages/upload.html b/pages/upload.html new file mode 100644 index 0000000..d558c5a --- /dev/null +++ b/pages/upload.html @@ -0,0 +1,8 @@ +

this is the upload page

+

i think

+
+ Password:
+ File name:
+
+ +
\ No newline at end of file diff --git a/res/index.js b/res/index.js index ec6b0d5..66450d3 100644 --- a/res/index.js +++ b/res/index.js @@ -15,7 +15,7 @@ const onButtonClick = (buttonId) => { break; } case 'button-file-server': { - window.location.href = 'https://files.hippoz.xyz/'; + A('#content-container').load('/pages/upload.html'); break; } case 'button-git-server': {