aboutsummaryrefslogtreecommitdiff
path: root/includes/footer.php
blob: 917ed1c10110fbd4a37911bebb89aeef39daf857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
    <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. | version <?= version() ?> (#<?= build() ?>)
        </div>

        <br>
    </div>
</body>
</html>