2022-05-13 12:50:32 -07:00
<!DOCTYPE html>
2024-11-13 01:04:11 -05:00
<!--
To change the theme, change the class on the html tag below to one of:
- theme-auto: Automatically switches based on user's system preferences
- theme-light: Forces light theme
- theme-dark: Forces dark theme
-->
2022-05-13 12:50:32 -07:00
2024-11-13 01:04:11 -05:00
< html class = "theme-auto" lang = "en" > <!-- Update `class="theme - auto"` with your preference -->
< head >
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
2022-05-13 12:50:32 -07:00
2024-11-13 01:04:11 -05:00
<!-- Page Title - Change this to your name/brand (50 - 60 characters recommended) -->
< title > Privacy Policy | LittleLink< / title >
< link rel = "icon" type = "image/x-icon" href = "/images/avatar.png" > <!-- Update this with your own favicon -->
2022-05-13 12:50:32 -07:00
2024-11-13 01:04:11 -05:00
<!-- Meta Description - Write a description (150 - 160 characters recommended) -->
< meta name = "description" content = "Privacy policy and data collection information for LittleLink" >
< meta name = "robots" content = "noindex" > <!-- Since this is a utility page -->
2022-05-13 12:50:32 -07:00
2024-11-13 01:04:11 -05:00
<!-- Stylesheets -->
< link rel = "stylesheet" href = "css/reset.css" >
< link rel = "stylesheet" href = "css/style.css" >
< link rel = "stylesheet" href = "css/brands.css" >
2022-05-13 12:50:32 -07:00
< / head >
2024-11-13 01:04:11 -05:00
2022-05-13 12:50:32 -07:00
< body >
2024-11-13 01:04:11 -05:00
< div class = "container-left" role = "main" >
< div class = "column" >
2024-12-22 05:43:38 +01:00
< nav role = "navigation" >
< a href = "index.html" aria-label = "Back to homepage" > ← Back to main page< / a >
2024-11-13 01:04:11 -05:00
< / nav >
2024-12-22 05:43:38 +01:00
< h1 > Privacy Overview< / h1 >
2024-11-13 01:04:11 -05:00
< section aria-labelledby = "analytics-heading" >
2024-12-22 05:43:38 +01:00
< h2 id = "analytics-heading" > Analytics< / h2 >
< p > 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.< / p >
2024-11-13 01:04:11 -05:00
2024-12-22 05:43:38 +01:00
< h3 > Example LLC< / h3 >
2024-11-13 01:04:11 -05:00
< ul role = "list" >
2024-12-22 05:43:38 +01:00
< li > Personal Data: various types of Data as specified in the privacy policy of the service< / li >
2024-11-13 01:04:11 -05:00
< li > < a href = "https://example.com/privacy/" target = "_blank" rel = "noopener" > Privacy Policy< / a > < / li >
< / ul >
< / section >
< section aria-labelledby = "external-content-heading" >
2024-12-22 05:43:38 +01:00
< h2 id = "external-content-heading" > External Content< / h2 >
< p > This type of service allows you to view content hosted on external platforms directly from the pages of this website and interact with them.< / p >
< p > 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.< / p >
2024-11-13 01:04:11 -05:00
2024-12-22 05:43:38 +01:00
< h3 > Example LLC< / h3 >
2024-11-13 01:04:11 -05:00
< ul role = "list" >
2024-12-22 05:43:38 +01:00
< li > Personal Data: Usage Data; various types of Data as specified in the privacy policy of the service< / li >
2024-11-13 01:04:11 -05:00
< li > < a href = "https://example.com/privacy/" target = "_blank" rel = "noopener" > Privacy Policy< / a > < / li >
< / ul >
< / section >
< section aria-labelledby = "hosting-heading" >
2024-12-22 05:43:38 +01:00
< h2 id = "hosting-heading" > Hosting and Infrastructure< / h2 >
< p > This type of service has the purpose of hosting Data and files that enable this website to exist.< / p >
< p > 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.< / p >
2024-11-13 01:04:11 -05:00
2024-12-22 05:43:38 +01:00
< h3 > Example LLC< / h3 >
2024-11-13 01:04:11 -05:00
< ul role = "list" >
2024-12-22 05:43:38 +01:00
< li > Personal Data: various types of Data as specified in the privacy policy of the service< / li >
2024-11-13 01:04:11 -05:00
< li > < a href = "https://example.com/privacy" target = "_blank" rel = "noopener" > Privacy Policy< / a > < / li >
< / ul >
< / section >
< footer >
< p > Build your own by forking < a href = "https://littlelink.io" target = "_blank" rel = "noopener" > LittleLink.< / a > < / p >
< / footer >
2022-05-13 12:50:32 -07:00
< / div >
< / div >
< / body >
2024-11-13 01:04:11 -05:00
< / html >