Rearrange footer contents
This commit is contained in:
parent
b2e11cca68
commit
f122b20360
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user