fixes
This commit is contained in:
parent
65cbda1b2e
commit
95a09043f5
2 changed files with 5 additions and 2 deletions
|
@ -3,6 +3,9 @@ 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>
|
||||||
|
<?php
|
||||||
foreach ($msgs as $msg) {
|
foreach ($msgs as $msg) {
|
||||||
?>
|
?>
|
||||||
<div class="comment">
|
<div class="comment">
|
||||||
|
|
|
@ -5,8 +5,8 @@ page_header();
|
||||||
{ ?>
|
{ ?>
|
||||||
<div class="banner"><img class="banner-background" src="/thingie.png">
|
<div class="banner"><img class="banner-background" src="/thingie.png">
|
||||||
<div class="banner-content">
|
<div class="banner-content">
|
||||||
<h1>BiglyChat</h1>
|
<h1>Scraftia</h1>
|
||||||
<p><b class='important'>Astrophis</b> is a civilization roleplay. Lead your nation's destiny throughout the
|
<p><b class='important'>Scraftia</b> is a civilization roleplay. Lead your nation's destiny throughout the
|
||||||
Minecraft world.</p>
|
Minecraft world.</p>
|
||||||
<p>
|
<p>
|
||||||
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.
|
||||||
|
|
Loading…
Reference in a new issue