Add a section for CSS
This commit is contained in:
parent
1053c272e2
commit
1ad0702a51
29
css/index.php
Normal file
29
css/index.php
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
||||||
|
<title>9iron - Counter-Strike: Source</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
|
||||||
|
<div class="content">
|
||||||
|
<div class="section">
|
||||||
|
<h1>Counter-Strike: Source</h1>
|
||||||
|
<p>None of us are any good.</p>
|
||||||
|
</div>
|
||||||
|
<div class="subcontainer">
|
||||||
|
<h2>Connecting to the Server</h2>
|
||||||
|
<ol>
|
||||||
|
<li>Open Counter-Strike: Source</li>
|
||||||
|
<li>Hit "Find Servers"</li>
|
||||||
|
<li>Go to the "Favorites" tab</li>
|
||||||
|
<li>Hit "Add a server"</li>
|
||||||
|
<li>Enter <code>css.thefuck.how</code> in and hit enter</li>
|
||||||
|
<li>Connect to "The Salty Spitoon"</li>
|
||||||
|
<li>The password is "dicks". The password is always "dicks".</li>
|
||||||
|
</ol>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
||||||
|
</body>
|
||||||
|
</html>
|
@ -19,6 +19,11 @@
|
|||||||
<h1>Terraria</h1>
|
<h1>Terraria</h1>
|
||||||
<p>A game we've sunk just as much time into as Minecraft. Sometimes modded, sometimes not</p>
|
<p>A game we've sunk just as much time into as Minecraft. Sometimes modded, sometimes not</p>
|
||||||
</a>
|
</a>
|
||||||
|
<a href="/css" class="iconbutton">
|
||||||
|
<i class="fa fa-bomb"></i>
|
||||||
|
<h1>CS:S</h1>
|
||||||
|
<p>Rooty tooty "The bomb has been planted"</p>
|
||||||
|
</a>
|
||||||
<a href="/smz3mw" class="iconbutton">
|
<a href="/smz3mw" class="iconbutton">
|
||||||
<i class="fa fa-random"></i>
|
<i class="fa fa-random"></i>
|
||||||
<h1>SMZ3 Multiworld</h1>
|
<h1>SMZ3 Multiworld</h1>
|
||||||
|
Loading…
Reference in New Issue
Block a user