diff options
author | Minteck <contact@minteck.org> | 2022-06-16 11:37:18 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-06-16 11:37:18 +0200 |
commit | 060473d7e7da51bf372b3d2958580b8f65f4769b (patch) | |
tree | 0ccefc7dd4ba076474a09e2d8aa5aa6df83b8f20 /old/includes/footer.php | |
parent | 825a95e13bd2e712544a5ba40c739da053d90f1c (diff) | |
download | ember-060473d7e7da51bf372b3d2958580b8f65f4769b.tar.gz ember-060473d7e7da51bf372b3d2958580b8f65f4769b.tar.bz2 ember-060473d7e7da51bf372b3d2958580b8f65f4769b.zip |
This is the new Ember
Diffstat (limited to 'old/includes/footer.php')
-rw-r--r-- | old/includes/footer.php | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/old/includes/footer.php b/old/includes/footer.php new file mode 100644 index 0000000..871862d --- /dev/null +++ b/old/includes/footer.php @@ -0,0 +1,26 @@ + <hr> + <div id="footer-container"> + <div id="footer" class="container"> + <p> + <a href="#" class="footer-link">Legal Notices</a> · <a href="/jetbrains" class="footer-link">Minteck and JetBrains</a> · <a href="#" class="footer-link">Copyright</a> · <a href="#" class="footer-link">Website source code</a> · <a href="#" class="footer-link">Report an issue with this website</a> + </p> + <div id="footer-links"> + + </div> + © <?= date('Y') ?> Minteck | <a href="https://tumblr.conep.one" target="_blank" class="footer-link-mini"><span id="cutie">❤️ Twi <span id="cutie-inner">(cutie ^^)</span></span></a> | <a href="https://gitlab.minteck.org/minteck/ember/-/tree/<?= version() ?>" target="_blank" class="footer-link-mini">version <?= version() ?></a> (#<?= build_dom() ?>) + </div> + + <br> + </div> + + <style> + #cutie-inner { + display: none; + } + + #cutie:hover #cutie-inner { + display: inline-block; + } + </style> +</body> +</html> |