Rearrange footer contents
This commit is contained in:
parent
b2e11cca68
commit
f122b20360
@ -156,6 +156,9 @@ $v = file_get_contents($VISITORS_FILE);
|
||||
<?php endif ?>
|
||||
</div>
|
||||
<footer class="page-footer font-small text-center">
|
||||
<div>
|
||||
Du bist Besucher #<?= $v ?>
|
||||
</div>
|
||||
<div>
|
||||
<a href="https://git.iwonder.name/iwonder/dorf.jetzt">Sieh dir den Code hier an</a>
|
||||
</div>
|
||||
@ -164,9 +167,6 @@ $v = file_get_contents($VISITORS_FILE);
|
||||
</div>
|
||||
<div>
|
||||
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>
|
||||
</footer>
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user