diff --git a/app.js b/app.js index 0a19e51c..b5aedaf4 100644 --- a/app.js +++ b/app.js @@ -14,7 +14,7 @@ app.get("/", (req, res) => { res.sendFile(path.join(__dirname, "index.html")); }); -app.get("/privacy", (req, res) => { +app.get("/privacy.html", (req, res) => { res.sendFile(path.join(__dirname, "privacy.html")); }); diff --git a/images/200x200.jpg b/images/200x200.jpg new file mode 100644 index 00000000..5cd8147d Binary files /dev/null and b/images/200x200.jpg differ diff --git a/images/400x400.png b/images/400x400.png new file mode 100644 index 00000000..b6223f47 Binary files /dev/null and b/images/400x400.png differ diff --git a/index.html b/index.html index 385e8f97..a45fd10c 100644 --- a/index.html +++ b/index.html @@ -8,7 +8,7 @@
An open source DIY Linktree alternative.
- - - - - LittleLinkDescription WIP
- DiscordPrivacy Policy | Build your own by forking LittleLink.
+ + + +Footer WIP
diff --git a/privacy.html b/privacy.html deleted file mode 100644 index bbf642bc..00000000 --- a/privacy.html +++ /dev/null @@ -1,164 +0,0 @@ - - - - - - - -
- Personal Data collected for the following purposes and using the
- following services:
-
-
-
- 🧮 Analytics
-
- The services contained in this section enable the Owner to monitor
- and analyze web traffic and can be used to keep track of User
- behavior.
-
-
-
- 1.) Example LLC.
- Personal Data:
- various types of Data as specified in the privacy policy of the
- service
- Privacy Policy
-
- 📦 Displaying Content From External Platforms
-
- This type of service allows you to view content hosted on external
- platforms directly from the pages of this website and interact with
- them.
- This type of service might still collect web traffic data for the
- pages where the service is installed, even when Users do not use it.
-
-
-
- 1.) Example LLC
- Personal Data:
- Usage Data; various types of Data as specified in the privacy
- policy of the service
-
- Privacy Policy
-
- 📁 Hosting and Backend Infrastructure
-
- This type of service has the purpose of hosting Data and files that
- enable this website to exist.
-
-
- Some services among those listed below, if any, may work through
- geographically distributed servers, making it difficult to determine
- the actual location where the Personal Data are stored.
-
-
-
- 1.) Example LLC.
- Personal Data:
- various types of Data as specified in the privacy policy of the
- service
-
- Privacy Policy
-
Build your own by forking LittleLink.
-