diff options
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,3 +1,8 @@ +<?php + +require_once $_SERVER['DOCUMENT_ROOT'] . "/includes/functions.php"; + +?> <!DOCTYPE html> <html lang="en"> <head> @@ -72,8 +77,8 @@ </div> <div id="footer" class="container"> + <a href="https://gitlab.minteck.org/minteck/ember/-/tree/<?= version() ?>" target="_blank" id="footer-version">version <?= version() ?></a> (#<?= build_dom() ?>) ยท <span id="footer-hover-zone">♥ Twi <span id="footer-hover-text">(cutie)</span></span> - <a href="https://gitlab.minteck.org/minteck/ember/-/tree/<?= version() ?>" target="_blank" class="footer-link-mini">version <?= version() ?></a> (#<?= build_dom() ?>) </div> </body> </html> |