aboutsummaryrefslogtreecommitdiff
path: root/includes/footer.php
diff options
context:
space:
mode:
authorMinteck <contact@minteck.org>2022-06-16 11:37:18 +0200
committerMinteck <contact@minteck.org>2022-06-16 11:37:18 +0200
commit060473d7e7da51bf372b3d2958580b8f65f4769b (patch)
tree0ccefc7dd4ba076474a09e2d8aa5aa6df83b8f20 /includes/footer.php
parent825a95e13bd2e712544a5ba40c739da053d90f1c (diff)
downloadember-060473d7e7da51bf372b3d2958580b8f65f4769b.tar.gz
ember-060473d7e7da51bf372b3d2958580b8f65f4769b.tar.bz2
ember-060473d7e7da51bf372b3d2958580b8f65f4769b.zip
This is the new Ember
Diffstat (limited to 'includes/footer.php')
-rw-r--r--includes/footer.php26
1 files changed, 0 insertions, 26 deletions
diff --git a/includes/footer.php b/includes/footer.php
deleted file mode 100644
index 871862d..0000000
--- a/includes/footer.php
+++ /dev/null
@@ -1,26 +0,0 @@
- <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>