diff --git a/404.html b/404.html index f987d83..e4db7a9 100644 --- a/404.html +++ b/404.html @@ -77,9 +77,11 @@

File uploader


+

by AndcoolSystems

diff --git a/web/index.html b/web/index.html
index 41cba22..16e7c5d 100644
--- a/web/index.html
+++ b/web/index.html
@@ -47,9 +47,11 @@ 

File uploader


+

by AndcoolSystems

A simple file uploader based on Python FastAPI.
Insert files to start uploading. Maximum file size: 100MB

diff --git a/web/login/index.html b/web/login/index.html index 40a7da2..60bab90 100644 --- a/web/login/index.html +++ b/web/login/index.html @@ -27,9 +27,11 @@

File uploader


+

by AndcoolSystems

To access your files from any device, sign in. The files will be linked to your account and you will have full access to them.

diff --git a/web/tos/index.html b/web/tos/index.html new file mode 100644 index 0000000..9a4a7f9 --- /dev/null +++ b/web/tos/index.html @@ -0,0 +1,80 @@ + + + + + File uploader + + + + + + + + + +
+

File uploader

+ +
+

by AndcoolSystems

+
+Terms of Service and Privacy Policy
+
+These Terms of Service ("Terms") govern your use of this Service, and our commitment to your privacy.
+
+Terms of Service:
+
+1. User Agreement:
+   1.1. By using the Service, you agree to the terms of the provided user agreement.
+
+2. Responsibility for Uploaded Content:
+   2.1. The Service is not responsible for the content of uploaded materials.
+   2.2. Uploaded content reflects only the author's point of view.
+
+3. Copyright:
+   3.1. Users undertake not to upload, transmit, or exchange files that violate the copyrights of third parties.
+   3.2. The Service has the right to remove any materials violating copyrights without prior notice.
+
+4. Prohibited Materials:
+   4.1. Uploading, transmitting, or exchanging files containing viruses, malware, pornography, calls for violence, or any other materials violating laws and moral standards is prohibited.
+
+5. Privacy:
+   5.1. The Service commits to maintaining the confidentiality of user data.
+   5.2. Users agree to the collection and processing of their personal data in accordance with the privacy policy.
+
+6. Responsibility:
+   6.1. The Service is not responsible for data loss resulting from the use of the Service.
+   6.2. Users are responsible for the security of their data and password for accessing the Service.
+
+Privacy Policy:
+
+1. Collection and Use of Information:
+   1.1. The Service collects only necessary information to provide services, such as login and password for registration.
+   1.2. Information will not be shared with third parties without the user's consent.
+
+2. Data Storage:
+   2.1. The Service ensures secure storage of user data.
+   2.2. Users have the right to request the deletion of their data from the system.
+
+3. Cookies:
+   3.1. The Service uses cookies to enhance the user experience.
+   3.2. Users can disable cookies in their browser settings.
+
+4. Security:
+   4.1. The Service takes measures to secure data transmission.
+   4.2. Users undertake not to disclose their password to third parties.
+
+5. Changes in Policy:
+   5.1. The Service reserves the right to make changes to the privacy policy.
+   5.2. Changes will be published on the Service's website.
+
+Last update: 26.01.2024
+            
+
+ + \ No newline at end of file diff --git a/web/tos/style.css b/web/tos/style.css new file mode 100644 index 0000000..e000847 --- /dev/null +++ b/web/tos/style.css @@ -0,0 +1,64 @@ + +body{ + font-family: 'Roboto Mono', monospace; + display: flex; + justify-content: center; + background-color: #222222; + color: #eeeeee; + height: 100%; + overflow-x: hidden; +} + +main{ + width: 70%; + text-align: left; +} + +h1{ + font-family: 'Roboto Mono', monospace; + font-weight: 400; +} + +hr{ + border: 1px solid rgb(105, 105, 105); +} +p{margin-left: 2px;} + + + +nav a{ + cursor: pointer; + color: white; + text-decoration: none; +} +nav a:hover{ + font-weight: 600; + text-decoration: underline dashed; +} + +#login_mess{ + font-style: italic; +} + +.selected{font-weight: 600;} + +pre{ + text-wrap: wrap; +} +#head{ + font-size: 150%; +} +#head2nd{ + font-size: 140%; +} + +b{ + font-size: 120%; +} + +@media(max-width: 425px){ + main{width: 90%;} + h1{font-size: 130%;} + p{font-size: 90%;} + +} \ No newline at end of file