Created
February 11, 2015 07:06
-
-
Save cardeo/b981c2a78e4429310764 to your computer and use it in GitHub Desktop.
index template for Bootstrap Themes Made Easy email course
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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