Skip to content

Instantly share code, notes, and snippets.

@cardeo
Created February 11, 2015 07:06
Show Gist options
  • Save cardeo/b981c2a78e4429310764 to your computer and use it in GitHub Desktop.
Save cardeo/b981c2a78e4429310764 to your computer and use it in GitHub Desktop.
index template for Bootstrap Themes Made Easy email course
<div class="container-fluid">
<div class="row">
<div class="col-lg-12">
<h1>Home</h1>
<p>This is my awesome theme homepage.</p>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment