This commit is contained in:
biglyderv 2025-02-08 19:36:16 -05:00
parent 4f003b98f9
commit f956972c6d
Signed by: biglyderv
GPG key ID: 1398543B9746192C
2 changed files with 8 additions and 6 deletions

View file

@ -2,12 +2,12 @@
require(__DIR__ . "/../libs/header.php");
page_header();
$msgs = json_decode(file_get_contents('https://mcp.dervland.net/messages'),true);
$msgs = json_decode(file_get_contents('https://mcp.dervland.net/messages'), true);
?>
<h2>Scraftia (<a href='/' class='link'>Home</a>)</h2>
<?php
foreach ($msgs as $msg) {
?>
?>
<div class="comment">
<div class="avatar">
<div>
@ -23,6 +23,6 @@ foreach ($msgs as $msg) {
</div>
<?php
}
page_footer();
?>

View file

@ -12,9 +12,11 @@ page_header();
Unlike similar servers, the server doesn't use traditional claim plugins, and is not a short-term challenge.
Everything is crafted by the players and their interactions, under the <a class='link' href='#rules'>rules</a>.
</p>
<a class="form-button" href="https://nbg.dervland.net/">Community</a>
<a class="form-button" href="/chat.php">Chat</a>
<p>
International affairs are handled via the BiglyChat community website.
</p>
<a class="form-button" href="https://nbg.dervland.net/">BiglyChat</a>
<a class="form-button" href="/chat.php">Minecraft Feed</a>
<a class="form-button" onclick="copy()" href="#">Server Address</a>
<a class="form-button" href="https://dervland.net/">More Projects</a>
</div>