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.

imprint.html 1.0KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8"/>
  5. <meta name="viewport" content="width=device-width"/>
  6. <title>Imprint</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. font-weight: 300;
  11. }
  12. </style>
  13. </head>
  14. <body>
  15. <h1>Imprint</h1>
  16. <h3>LEONHARD KURZ Stiftung &amp; Co. KG</h3>
  17. <p>
  18. Schwabacher Str. 482<br/>
  19. D-90763 Fuerth / Germany<br/>
  20. E-Mail: <a href="mailto:sales@kurz.de" class="mail">sales@kurz.de</a><br/>
  21. Phone: +49 911 71 41-0<br/>Fax: +49 911 71 41-357
  22. </p>
  23. <h3>Registered office</h3>
  24. <p>
  25. Fuerth / Germany<br/>
  26. District Court Fuerth Companies Register HR A 5526<br/>
  27. EG-USt-Nr. DE 132748097
  28. </p>
  29. <h3>General Partner</h3>
  30. <p>
  31. Leonhard Kurz Verwaltungs-Stiftung, registered office: Fuerth / Germany,
  32. District Court Fuerth Companies Register HR A 8969
  33. </p>
  34. <h3>Chairpersons of the Executive Board</h3>
  35. <p>
  36. Walter Kurz, Peter Kurz
  37. </p>
  38. </body>
  39. </html>