reference example page

This commit is contained in:
Owen Versteeg 2015-08-23 18:46:26 -04:00
parent 220d474e97
commit 90741acb55
2 changed files with 5 additions and 0 deletions

View file

@ -109,6 +109,7 @@
<p>
Because of its minimalist goal, Min core has fewer features than Bootstrap. Many of the features omitted in Min are superfluous, unsemantic, and just plain idiotic (I'm looking at you, text-left class.) However, when using the <a href="http://owenversteeg.com/min-bootstrap-plugin">3.5kB Min Bootstrap plugin</a>, Min has full feature parity with Bootstrap. If you are migrating a complex site from Bootstrap to Min, it is highly recommended that you use this plugin.
</p>
<a class="btn btn-a" href="example.html">View simple example</a>
</div>
<h1>Browser support</h1>
<div class="support">

View file

@ -18,5 +18,9 @@
</div>
</nav>
<button class="btn-close btn btn-sm">×</button>
<div class="container">
<h1>Example</h1>
<p>You can view the source of this page and copy it to get a quick start on a project with Min!</p>
</div>
</body>
</html>