diff --git a/src/public/assets/custom/css/index.css b/src/public/assets/custom/css/index.css index 013124a..d71e539 100644 --- a/src/public/assets/custom/css/index.css +++ b/src/public/assets/custom/css/index.css @@ -124,3 +124,7 @@ .tab-pane > p{ padding-top: 15px; } + +.customIcon{ + width: 48px; +} diff --git a/src/public/assets/custom/icons/gopher.svg b/src/public/assets/custom/icons/gopher.svg new file mode 100644 index 0000000..66ff82c --- /dev/null +++ b/src/public/assets/custom/icons/gopher.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/public/assets/custom/icons/icons8-c-sharp-logo.svg b/src/public/assets/custom/icons/icons8-c-sharp-logo.svg new file mode 100644 index 0000000..704f194 --- /dev/null +++ b/src/public/assets/custom/icons/icons8-c-sharp-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/public/assets/custom/icons/icons8-nodejs.svg b/src/public/assets/custom/icons/icons8-nodejs.svg new file mode 100644 index 0000000..5d0a248 --- /dev/null +++ b/src/public/assets/custom/icons/icons8-nodejs.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/public/assets/custom/icons/icons8-python.svg b/src/public/assets/custom/icons/icons8-python.svg new file mode 100644 index 0000000..8c457c9 --- /dev/null +++ b/src/public/assets/custom/icons/icons8-python.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/public/index.ejs b/src/public/index.ejs index 96cf3e5..b5eff0c 100644 --- a/src/public/index.ejs +++ b/src/public/index.ejs @@ -17,7 +17,7 @@
Inspired by https://0x0.st, WaifuVault is a temporary file hosting service that allows for file uploads that are hosted for a set amount of time.
@@ -66,7 +66,7 @@- With your token you get when uploading, you can query info about your upload to get useful into like how long the file has left to expire, the URl of your file and other related info. -
+The amount of time a given file is hosted for is determined by its size. Files are hosted for a maximum of 365 days, with the time being shortened on a cubic curve.
This means for files up to about 50% of the maximum file size will get close to the maximum time. All files will be retained for at LEAST 30 days
@@ -246,7 +294,7 @@ console.log(resp.url); // the file download URLFor Go, there is an official SDK that provides access to all of the features of the site.
- WaifuVault Go API + WaifuVault Go API
//upload via URL
package main