- <?php include('_inc/_header.php') ?>
- <h1>Wir analysieren Ihre Angaben</h1>
- <?php include('_inc/_steps.php') ?>
- <div class="row">
- <div class="<?php echo $GLOBALS['offsetClass'] ?>">
- <div class="ch-ggs-web-suite-loading-bar">
- Lade Resultate
- </div>
- [im Prototyp bitte auf nächsten Schritt klicken]
- </div>
- </div>
- <?php include('_inc/_footer.php') ?>
|