Edit in JSFiddle

<div data-role="page">
    <div data-role="header">
        <a href="#" data-icon="arrow-l" data-rel="back">Back</a>
        <h3>Header content</h3>
        <a href="#" data-icon="gear">Options</a>
    </div>
    <div data-role="content">
        <p>
            The content goes here.
        </p>
    </div>
    <div data-role="footer" class="ui-bar">
        <a href="#" data-icon="arrow-u" data-role="button" data-inline="false">Move to top</a>
    </div>
</div>