Difference between revisions of "Main Page"

From apigateway.wmf
(Replaced content with "Mainpage")
Tag: Replaced
Line 1: Line 1:
Mainpage
+
<html>
 +
<div class="jumbotron">
 +
<div class="wm-mainpage-content">
 +
  <h1 class="display-4">Hello, world!</h1>
 +
  <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p>
 +
  <hr class="my-4">
 +
  <p>It uses utility classes for typography and spacing to space content out within the larger container.</p>
 +
  <p class="lead">
 +
<button type="button" class="btn btn-primary">Primary</button>
 +
<button type="button" class="btn btn-secondary">Secondary</button>
 +
<button type="button" class="btn btn-success">Success</button>
 +
<button type="button" class="btn btn-danger">Danger</button>
 +
<button type="button" class="btn btn-warning">Warning</button>
 +
<button type="button" class="btn btn-link">Link</button>
 +
  </p>
 +
</div>
 +
</div>
 +
 
 +
 
 +
</html>

Revision as of 15:50, 12 May 2020

Hello, world!

This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.


It uses utility classes for typography and spacing to space content out within the larger container.