Skip to content

Commit

Permalink
fix an incorrect <H1> tag in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcgee committed Apr 17, 2015
1 parent 0475904 commit a4e67ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 id="editor">CMV Widgets</h1>
<h1>CMV Widgets</h1>
<p>Widgets for <a href="http://cmv.io/">CMV</a>, the configurable map viewer.<br/>
Created by <a href="https://github.com/tmcgee/">Tim McGee</a> of <a href="http://moosepoint.com/">MoosePoint Technology</a>.</p>
<br/><br/>
Expand All @@ -43,7 +43,7 @@ <h1 id="editor">CMV Widgets</h1>

<div class="row">
<div class="col-md-8 col-md-offset-2">
<h1 id="editor">Example Configurations</h1>
<h2>Example Configurations</h2>
<p>Each widget in this repo has at least one configuration example in the <a href="https://github.com/tmcgee/cmv-widgets/tree/master/config">config folder</a>. This folder also contains additional examples for including ESRI widgets, other widgets and functionality.</p>
<br/><br/>
</div>
Expand Down

0 comments on commit a4e67ae

Please sign in to comment.