step4.php 378 B

12345678910111213141516
  1. <?php include('_inc/_header.php') ?>
  2. <h1>Wir analysieren Ihre Angaben</h1>
  3. <?php include('_inc/_steps.php') ?>
  4. <div class="row">
  5. <div class="<?php echo $GLOBALS['offsetClass'] ?>">
  6. <div class="ch-ggs-web-suite-loading-bar">
  7. Lade Resultate
  8. </div>
  9. [im Prototyp bitte auf nächsten Schritt klicken]
  10. </div>
  11. </div>
  12. <?php include('_inc/_footer.php') ?>