<!DOCTYPE html>
<html>
<head>
<title>Accordion - Item</title>
<style></style>
</head>
<body>
<div class="container container-fluid accordionPage">
<div class="row">
<div data-editor="html" data-title='Accordion Item' class="col-md-12 accordionItem">
<h2>Accordion Item</h2>
</div>
<div data-editor="html" data-title='Accordion Content' class="col-md-12 accordionCopy">
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</p>
</div>
</div>
</div>
</body>
</html>