step1.php 265 B

1234567891011121314
  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. [loading]
  7. </div>
  8. </div>
  9. <?php include('_inc/_footer.php') ?>