<!-- Main Homepage -->
<!-- TODO: Organize homepage and complete metadata -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<html>
<head>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Standard Metadata -->
<meta charset="utf-8">
<meta http-equiv="content-language" content="en">
<meta description="A complete recource and documentation of CS:GO coding.">
<meta name="ROBOTS" content="INDEX, FOLLOW">
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Open Graphing -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Twitter -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Link CSS -->
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Link Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<!-- Font Awesome -->
<script src="https://use.fontawesome.com/b5de5e0406.js"></script>
</head> <!-- End Header -->
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<a class="navbar-brand" href="https://csgoflair.github.io/dev">CSGOFlair</a>
<div class="collapse navbar-collapse">
<nav>
<ul class="nav navbar-nav"> <!-- Start ul of Navbar Links -->
<!-- Home --><li id="active"><a href="https://csgoflair.github.io">Home</a></li>
<!-- Docs --><li id><a>Docs</a>
<!-- Support --><li><a>Support</a></li>
<!-- Contribute --><li><a>Contribute</a></li>
<!-- Policy --><li><a>Policy</a></li>
<!-- Reddit --><li><a href="https://www.reddit.com/r/CSGOFlair" target="_blank">Reddit</a></li>
<!-- Steam Group --><li><a href="https://steamcommunity.com/groups/csgo_flair" target="_blank">Steam Group</a></li>
</ul>
</nav>
</div>
<!-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -->
<body>
<h1>Welcome to CS:GO Flair!</h1>
<h3>What is CS:GO Flair?</h3>
<p>CS:GO Flair is the exclusive recourse for documentation on Counter Strike Global Offensive programming!</p>
</body>
<footer>
</footer>
</html>
Output
300px
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |