Fixing in production
This commit is contained in:
parent
f0e693ba38
commit
54cde556c5
3 changed files with 9 additions and 3 deletions
|
@ -1,3 +1,6 @@
|
||||||
p, li{
|
p, li{
|
||||||
font-family: Helvetica;
|
font-family: Helvetica;
|
||||||
}
|
}
|
||||||
|
h1 {
|
||||||
|
font-family: "Raleway", sans-serif;
|
||||||
|
}
|
||||||
|
|
|
@ -11,9 +11,9 @@ updateCell = function(path, pageType, requestType){
|
||||||
},
|
},
|
||||||
success: function(data){
|
success: function(data){
|
||||||
if (pageType == "html"){
|
if (pageType == "html"){
|
||||||
$element.html($data);
|
$element.html(data);
|
||||||
}else{
|
}else{
|
||||||
$element.text($data);
|
$element.text(data);
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
error: function(e){
|
error: function(e){
|
||||||
|
|
|
@ -28,5 +28,8 @@
|
||||||
<li>Don't spam. This includes caps or shitty memes like iFunny. You will be kicked or banned depending on the severity.</li>
|
<li>Don't spam. This includes caps or shitty memes like iFunny. You will be kicked or banned depending on the severity.</li>
|
||||||
<li>Don't beg for @Trusted, @Janitor, @Moderator, or @Admin.</li>
|
<li>Don't beg for @Trusted, @Janitor, @Moderator, or @Admin.</li>
|
||||||
</ol>
|
</ol>
|
||||||
|
|
||||||
|
<p>If you have any questions or concerns regarding the discord or minecraft server please feel free to come talk to any one of the mods.</p>
|
||||||
|
<p>- Ghostise 2017</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in a new issue