You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
1.0 KiB
41 lines
1.0 KiB
|
|
</main> |
|
|
|
|
|
<footer> |
|
<nav> |
|
<?php include('menu.php'); ?> |
|
</nav> |
|
|
|
<aside id="serverlist"> |
|
<address class="server"> |
|
<dfn>MineTest</dfn> |
|
<span>juneland.fr</span> |
|
<span>30000</span> |
|
</address> |
|
<address class="server"> |
|
<dfn>MineTest</dfn> |
|
<span>survival.juneland.fr</span> |
|
<span>30000</span> |
|
</address> |
|
<address class="server"> |
|
<dfn>Mumble 🎧</dfn> |
|
<span>juneland.fr</span> |
|
<span>64738</span> |
|
</address> |
|
</aside> |
|
|
|
<p role="contentinfo"> |
|
CopyLeft 2020-2021 Pascal Engélibert, Boris Paing – Bannière : Attilax – Contenu sous <a href="https://creativecommons.org/licenses/by-sa/4.0">CC BY-SA 4.0</a>, <a href="https://git.p2p.legal/tuxmain/Juneland-website">code</a> sous <a href="https://www.gnu.org/licenses/licenses.html#AGPL">GNU AGPL v3</a>. |
|
</p> |
|
</footer> |
|
|
|
<script src="<?php echo ROOT_URL; ?>js/menu.js"></script> |
|
<?php |
|
if (isset($footerScripts)) { |
|
|
|
echo $footerScripts; |
|
} |
|
?> |
|
</body> |
|
</html>
|
|
|