aboutsummaryrefslogtreecommitdiff
path: root/_site/includes/dom/footer.php
blob: 4832ed22ebeeafbb79b421b10d771817db51bc62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<hr>

<div class="container">
    <p># blogchain <a href="https://twitter.com/_Minteck" target="_blank">--support</a> <a href="https://github.com/Minteck/Blogchain-Software" target="_blank">--code</a> <a href="/about">--version</a>_<br>
    <span style="color:black !important;">
    <?php

    /** @var float $listGetTimeout */
    if ($listGetTimeout !== 0) {
        echo("Articles list loading took " . round($listGetTimeout*1000, 4) . " ms");
    } else {
        echo("No articles list loading");
    }

    ?>
    </span></p>
</div>

</body>
</html>