Bootstrap3 Skeleton - With Font Awesome

This is a simple Bootstrap skeleton. You can fork it to get a ready to use Bootstrap fiddle.

by Joshua Dwire

HTML

<script src="http://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.1.0/bootstrap.min.js"></script>

CSS

@import url('https://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css');
@import url('https://netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.min.css');

.container {
    margin-top: 10px;
}