privacy.html 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Web-Site-Ring Privacy Policy</title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1">
  7. </head>
  8. <body>
  9. <h1>Web-Site-Ring's Privacy Policy</h1>
  10. <p>Your privacy is important to us. As such, we neither collect nor store any personally identifiable information; not screen names, not email addresses. Not even IP addresses.
  11. <p>Cookies are small pieces of data websites store on your computer. They were first used to provide personalization, but they can be used to track users. We don't use cookies either.
  12. <p>We make use of other online services, which have their own policies. Some of these services include:
  13. <ul>
  14. <li><a href="https://neocities.org/privacy">Neocities</a>, our web-host.</li>
  15. <li><a href="https://policies.google.com/privacy?fg=1">Google</a>, for some video hosting.</li>
  16. <li><a href="https://foundation.wikimedia.org/wiki/Privacy_policy">Wikimedia</a>, for some image hosting.</li>
  17. <li><a href="https://www.sitelevel.com/privacy/">SiteLevel</a>, runs our site search engine.</li>
  18. <li><a href="http://www.sonicrun.com/privacy.html">SonicRun</a>, <i>another</i> search engine. I added their search box to a page as an example of what they offer.</li>
  19. <li><a href="https://xkcd.com/">xkcd</a>, I've embeded a few comics I thought were interesting.</li>
  20. <li><a href="https://www.serebii.net/privacy.shtml">Serebii.net</a> Hotlinked to a few of his buttons.</li>
  21. <li><a href="http://themushroomkingdom.net/">The Mushroom Kingdom</a> Hotlinked to a few <i>more<</i> buttons.</li>
  22. </ul>
  23. <p>We use a few other services as well. Some of services we use collect information. If you want to review their privacy policies, follow a link to their sites.
  24. <p>We do provide links to hundreds of sites; we cannot be responsible for the content of sites we link to.
  25. <p><a href="index.html">Return to the Main Menu</a>
  26. </body>
  27. </html>