Masterarbeit Richard Stern. Flutter App, sich mit einem Bluetooth-Gerät verbindet und Berührungen auf einem Sensor visualisiert.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

disclaimer.html 1.2KB

12345678910111213141516171819202122232425262728293031
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <meta name="viewport" content="width=device-width"/>
  6. <title>Disclaimer</title>
  7. <style type="text/css" media="all">
  8. body {
  9. font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  10. }
  11. </style>
  12. </head>
  13. <body>
  14. <h1>Platzhalter -- original von: TRUSTCONCEPT TAX STAMPS ("App")</h1>
  15. <p>
  16. Please note that this App <strong>cannot</strong> replace the need for a thorough check of the authenticity of the respective product.
  17. </p>
  18. <p>
  19. If the App registers a code check as "identified successfully" or "not identified successfully", this is only an indication that the product is authentic, or that it has been counterfeited.
  20. </p>
  21. <p>
  22. But the App does not produce a definitive result. If the App recognizes the code check as being valid, the possibility remains that the product itself has been counterfeited, because manipulation can never be excluded.
  23. </p>
  24. <p>
  25. Therefore KURZ does not assume liability for the correctness or reliability of the identification results generated by this App.
  26. </p>
  27. <p>
  28. Please check with the respective brand owners of the product for more comprehensive product identification.
  29. </p>
  30. </body>
  31. </html>