en.html 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <script src="https://unpkg.com/phosphor-icons"></script>
  7. <title>Sv443 - Legal Information</title>
  8. <link rel="stylesheet" href="css/global.css">
  9. <link rel="stylesheet" href="css/index.css">
  10. <script src="https://cdn.jsdelivr.net/npm/js-cookie@rc/dist/js.cookie.min.js"></script>
  11. <script type="text/javascript" src="js/index.js"></script>
  12. </head>
  13. <body onload="otheronload();">
  14. <header>
  15. <p id="title">Site Notice</p>
  16. </header>
  17. <main>
  18. <h2>Information pursuant to § 5 TMG</h2>
  19. <p>Sven Fehler<br>
  20. Käthe-Kollwitz-Weg 15<br>
  21. 70569 Stuttgart</p>
  22. <h2>Contact</h2>
  23. <p>Phone: +49 176 73554985<br>
  24. E-mail: [email protected]</p>
  25. <h3>Liability for Contents</h3>
  26. <p>As service providers, we are liable for own contents of these websites according to Paragraph 7, Sect. 1
  27. German
  28. Telemedia Act (TMG). However, according to Paragraphs 8 to 10 German Telemedia Act (TMG), service providers
  29. are
  30. not obligated to permanently monitor submitted or stored information or to search for evidences that
  31. indicate
  32. illegal activities.</p>
  33. <p>Legal obligations to removing information or to blocking the use of information remain unchallenged. In this
  34. case, liability is only possible at the time of knowledge about a specific violation of law. Illegal
  35. contents
  36. will be removed immediately at the time we get knowledge of them.</p>
  37. <h3>Liability for Links</h3>
  38. <p>Our offer includes links to external third party websites. We have no influence on the contents of those
  39. websites, therefore we cannot guarantee for those contents. Providers or administrators of linked websites
  40. are
  41. always responsible for their own contents.</p>
  42. <p>The linked websites had been checked for possible violations of law at the time of the establishment of the
  43. link.
  44. Illegal contents were not detected at the time of the linking. A permanent monitoring of the contents of
  45. linked
  46. websites cannot be imposed without reasonable indications that there has been a violation of law. Illegal
  47. links
  48. will be removed immediately at the time we get knowledge of them.</p>
  49. <h3>Copyright</h3>
  50. <p>Contents and compilations published on these websites by the providers are subject to German copyright laws.
  51. Reproduction, editing, distribution as well as the use of any kind outside the scope of the copyright law
  52. require a written permission of the author or originator. Downloads and copies of these websites are
  53. permitted
  54. for private use only.<br> The commercial use of our contents without permission of the originator is
  55. prohibited.
  56. </p>
  57. <p>Copyright laws of third parties are respected as long as the contents on these websites do not originate from
  58. the
  59. provider. Contributions of third parties on this site are indicated as such. However, if you notice any
  60. violations of copyright law, please inform us. Such contents will be removed immediately.</p>
  61. </main>
  62. <script src="/cdn-cgi/apps/head/5pPzH2kRN5hr-QFaZq4KkAWkfiU.js"></script>
  63. </body>
  64. </html>