18 lines
624 B
HTML
18 lines
624 B
HTML
|
<head>
|
||
|
<meta name="url" content="about/" />
|
||
|
<meta name="title" content="About" />
|
||
|
</head>
|
||
|
<body>
|
||
|
<section class="bg-primary" id="about">
|
||
|
<div class="container">
|
||
|
<div class="row">
|
||
|
<div class="col-lg-8 col-lg-offset-2 text-center">
|
||
|
<h2 class="section-heading">About</h2>
|
||
|
<hr class="light">
|
||
|
<p>Start Bootstrap has everything you need to get your new website up and running in no time! All of the templates and themes on Start Bootstrap are open source, free to download, and easy to use. No strings attached!</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</section>
|
||
|
</body>
|