blob: d2f5c57ff4e91c3b13c02f21a789fc13fbbf1350 (
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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<p class="footer-pre"></p>
<footer>
<!--<small><p style="text-align: center;">© <?= date('Y') ?> UnchainedTech Authors, All rights reserved.</p></small>-->
<div class="container">
<div>
<a href="https://minteck.ro.lt" title="made by Minteck" target="_blank"><img src="/apps/minteck.svg" style="width: 72px;filter: contrast(0) brightness(2);opacity: .75;"></a>
<br>
<a class="rss-logo" title="UnchainedTech RSS feed" href="/feed.xml" style="text-align: center;margin-top:5px;color: black;filter: invert(1);display: block;margin-left: -58px;"><img src="/feed.png" alt="RSS"></a>
</div>
<div>
<h5 class="footer-heading">Support</h5>
<a href="https://github.com/Minteck/UnchainedTech-Software" target="_blank" class="footer-item">Source Code</a>
<a href="https://jetbrains.minteck.ro.lt:1024/youtrack/newIssue?project=UT" target="_blank" class="footer-item">Report a bug</a>
<a href="https://twitter.com/_Minteck" target="_blank" class="footer-item">Technical Support</a>
<a href="https://stats.uptimerobot.com/9XlG2ImByW" target="_blank" class="footer-item">Status</a>
</div>
<div>
<h5 class="footer-heading">UnchainedTech</h5>
<a href="/about" class="footer-item">About</a>
<a href="/about/#version" class="footer-item">Version information</a>
<a href="/about/#team" class="footer-item">The Unchained Team</a>
<a href="/admin" class="footer-item">Admin Mode</a>
</div>
<div>
<h5 class="footer-heading">Terms & Policies</h5>
<a href="https://mt.ro.lt/legal" class="footer-item">Legal Notices</a>
<a href="https://mt.ro.lt/terms" class="footer-item">Terms of Use</a>
<a href="https://mt.ro.lt/cond" class="footer-item">Code of Conduct</a>
</div>
<!--
<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>
· <a href="https://minteck-projects.alwaysdata.net/legal" target="_blank" style="text-decoration: underline;">Legal</a><?php if (!$GLOBALS["experimentalUIisStable"]): ?> · <a href="/experiment/0" style="text-decoration: underline;">Disable UI experiments</a><?php endif; ?></p></small> -->
</div>
</footer>
</body>
</html>
|