Edit in JSFiddle

<!DOCTYPE html>
<html>
<head>
	<title>Jquery Mobile - List View with Icons</title>
	<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
    <div data-role="page">
        <div data-role="header">
            <h1>Issue 5748</h1>
        </div>
        <input type="text" placeholder="Enter your name" />
        <div data-role="footer">
            <h1>Footer</h1>
        </div>
    </div>
</body>
</html>

External resources loaded into this fiddle: