Rearrange footer contents

This commit is contained in:
iwonder 2020-04-15 17:38:41 +00:00
parent b2e11cca68
commit f122b20360

View File

@ -156,6 +156,9 @@ $v = file_get_contents($VISITORS_FILE);
<?php endif ?> <?php endif ?>
</div> </div>
<footer class="page-footer font-small text-center"> <footer class="page-footer font-small text-center">
<div>
Du bist Besucher #<?= $v ?>
</div>
<div> <div>
<a href="https://git.iwonder.name/iwonder/dorf.jetzt">Sieh dir den Code hier an</a> <a href="https://git.iwonder.name/iwonder/dorf.jetzt">Sieh dir den Code hier an</a>
</div> </div>
@ -164,9 +167,6 @@ $v = file_get_contents($VISITORS_FILE);
</div> </div>
<div> <div>
Dies ist kein offizieller Auftritt des <a href="https://chaosdorf.de">Chaos Computer Club Düsseldorf / Chaosdorf e.V.</a>. Dies ist kein offizieller Auftritt des <a href="https://chaosdorf.de">Chaos Computer Club Düsseldorf / Chaosdorf e.V.</a>.
</div>
<div>
Du bist Besucher #<?= $v ?>
</div> </div>
</footer> </footer>
<?php <?php