Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

53 wiersze
1.0 KiB

  1. <!DOCTYPE html>
  2. <html lang="de">
  3. @@include('./head.html', {
  4. "title": "IHK24 Themenseite",
  5. "stylesheet": "main"
  6. })
  7. <body>
  8. <div class="page">
  9. @@include('./header.html')
  10. <div class="page-wrapper">
  11. <section class="page-details">
  12. <ul class="breadcrumb">
  13. <li><a href="#">Start</a></li>
  14. <li><a href="#">Beratung und Service</a></li>
  15. </ul>
  16. <span class="docnumber">Nr. 4073226</span>
  17. </section>
  18. <main class="page-content">
  19. @@include('./grid.html')
  20. @@include('./section-intro.html')
  21. <div id="toclist">
  22. @@include('./section-topics.html')
  23. <section>
  24. <div class="container large">
  25. <div class="row ">
  26. <div class="col">
  27. @@include('./link-collection.html')
  28. </div>
  29. </div>
  30. </div>
  31. </section>
  32. @@include('./section-feature.html')
  33. @@include('./section-events.html')
  34. </div>
  35. </main>
  36. @@include('./section-contact.html')
  37. </div>
  38. @@include('./footer.html')
  39. </div>
  40. @@include('./scripts.html')
  41. </body>
  42. </html>