<!DOCTYPE html>
<html lang="en">
	<head>
    	<meta http-equiv="content-type" content="text/html; charset=utf-8" />
    	<link rel="stylesheet" type="text/css" href="css/PropertyTrack.css">
        <script type="text/montage-serialization">
                    {
                        "owner": {
                            "module": "js/panels/Timeline/PropertyTrack.reel",
                            "name": "PropertyTrack",
                            "properties": {
                                "element": {"#": "property-track"}
                            }
                        }

                    }
        </script>
	</head>
	<body>

		<div id="property-track" class="timeline-track"></div>

    </body>
</html>