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.
 
 
 
 

43 regels
803 B

  1. <!DOCTYPE html>
  2. <html lang="de">
  3. @@include('./head.html', {
  4. "title": "IHK24 Startseite",
  5. "stylesheet": "main"
  6. })
  7. <body>
  8. <div class="page">
  9. @@include('./header.html')
  10. <div class="page-wrapper">
  11. <main class="page-content">
  12. @@include('./grid.html')
  13. @@include('./section-cover.html')
  14. @@include('./section-topiclists.html')
  15. @@include('./section-infobanner.html')
  16. @@include('./section-heroteasers.html')
  17. @@include('./section-teasers.html')
  18. @@include('./section-feature.html')
  19. @@include('./section-social.html')
  20. @@include('./section-textteasers.html')
  21. @@include('./section-slider.html')
  22. @@include('./section-textteasers.html')
  23. </main>
  24. </div>
  25. @@include('./footer.html')
  26. </div>
  27. @@include('./scripts.html')
  28. </body>
  29. </html>