diff --git a/index.js b/index.js index 68c10ec..47836e6 100644 --- a/index.js +++ b/index.js @@ -387,6 +387,11 @@ app.get("/report/:psk", (req, res) => { }) }); +// Handle /terms +app.get("/terms", (req, res) => { + res.sendFile(__dirname + "/terms.html"); +}); + // setup cors app.use((req, res, next) => { diff --git a/terms.html b/terms.html new file mode 100644 index 0000000..80bd7e4 --- /dev/null +++ b/terms.html @@ -0,0 +1,40 @@ + + + + + + Terms of Service + + +

Terms of Service

+ +

1. Introduction

+

These Terms of Service ("Terms") govern your access to and use of our services, including our various websites, APIs, email notifications, applications, buttons, widgets, ads, commerce services, and our other covered services that link to these Terms (collectively, the "Services"), and any information, text, links, graphics, photos, audio, videos, or other materials or arrangements of materials uploaded, downloaded or appearing on the Services (collectively referred to as "Content"). By using the Services you agree to be bound by these Terms.

+

The source code for this project can be found here!

+ +

2. Who May Use the Services

+

Any individual or entity may use the Services, subject to the following conditions:

+ +

By using the Services, you agree to comply with these conditions and accept any risks associated with the use of the Services.

+ +

3. Privacy

+

We are committed to protecting your privacy. We store all reports sent to the server in plain text, but we will not use this data for any purpose other than providing services to your server. We guarantee that all data stored will never be sold under any circumstances. Your privacy is important to us, and we take appropriate measures to ensure the security and confidentiality of your data.

+ +

4. Changes to the Terms

+

In the event the terms here change, an announcement will be made at a minimum of one month's notice before it goes into effect.

+ +

5. Contact Us

+

If you have any questions or concerns about these Terms, please feel free to reach me on Discord @ChrisChrome

+ +

6. Last Updated

+

These Terms were last updated on 07/05/2024.

+ + +