blob: af258721f07e59e6c59b7cd94dd65869d72c8678 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
<p style="margin-top:20px;text-align:center;"><a href="/feed.xml" style="text-decoration: underline;">View RSS feed</a><?= $admin ? "<span class='admin-text'> (doesn't include unreleased articles)</span>" : "" ?></p>
<hr>
<div class="container">
<p># unchainedtech <a href="https://twitter.com/_Minteck" target="_blank">--support</a> <a href="https://github.com/Minteck/UnchainedTech-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>
<small><p style="text-align: center;">© <?= date('Y') ?> UnchainedTech Authors, All rights reserved. · <a href="https://minteck-projects.alwaysdata.net/legal" target="_blank" style="text-decoration: underline;">Legal</a></p></small>
</div>
</body>
</html>
|