Commit e7f8d0c9 authored by Chris Rebert's avatar Chris Rebert

Merge pull request #10366 from coliff/patch-2

Update index.html (change from 'hero unit' to 'jumbotron')
parents 93dc003a 5d88943a
...@@ -64,7 +64,7 @@ ...@@ -64,7 +64,7 @@
<!-- Main jumbotron for a primary marketing message or call to action --> <!-- Main jumbotron for a primary marketing message or call to action -->
<div class="jumbotron"> <div class="jumbotron">
<h1>Hello, world!</h1> <h1>Hello, world!</h1>
<p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three supporting pieces of content. Use it as a starting point to create something more unique.</p> <p>This is a template for a simple marketing or informational website. It includes a large callout called a jumbotron and three supporting pieces of content. Use it as a starting point to create something more unique.</p>
<p><a href="#" class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p> <p><a href="#" class="btn btn-primary btn-lg" role="button">Learn more &raquo;</a></p>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment