clarity
This commit is contained in:
parent
4f003b98f9
commit
f956972c6d
2 changed files with 8 additions and 6 deletions
|
@ -2,12 +2,12 @@
|
||||||
require(__DIR__ . "/../libs/header.php");
|
require(__DIR__ . "/../libs/header.php");
|
||||||
|
|
||||||
page_header();
|
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>
|
<h2>Scraftia (<a href='/' class='link'>Home</a>)</h2>
|
||||||
<?php
|
<?php
|
||||||
foreach ($msgs as $msg) {
|
foreach ($msgs as $msg) {
|
||||||
?>
|
?>
|
||||||
<div class="comment">
|
<div class="comment">
|
||||||
<div class="avatar">
|
<div class="avatar">
|
||||||
<div>
|
<div>
|
||||||
|
|
|
@ -12,9 +12,11 @@ page_header();
|
||||||
Unlike similar servers, the server doesn't use traditional claim plugins, and is not a short-term challenge.
|
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>.
|
Everything is crafted by the players and their interactions, under the <a class='link' href='#rules'>rules</a>.
|
||||||
</p>
|
</p>
|
||||||
|
<p>
|
||||||
<a class="form-button" href="https://nbg.dervland.net/">Community</a>
|
International affairs are handled via the BiglyChat community website.
|
||||||
<a class="form-button" href="/chat.php">Chat</a>
|
</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" onclick="copy()" href="#">Server Address</a>
|
||||||
<a class="form-button" href="https://dervland.net/">More Projects</a>
|
<a class="form-button" href="https://dervland.net/">More Projects</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue