<!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>