aboutsummaryrefslogtreecommitdiff
path: root/js/panels/Timeline/TrackSpacer.reel/TrackSpacer.html
blob: e6494d79b09270e700b5df7b6e5617a76fd8f51b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!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/TrackSpacer.css">
        <script type="text/montage-serialization">
                    {
                        "owner": {
                            "module": "js/panels/Timeline/TrackSpacer.reel",
                            "name": "TrackSpacer",
                            "properties": {
                                "element": {"#": "trackspace"}
                            }
                        }

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

    	<div id="trackspace">
            <div id="track_spacer" class="trackspacer"></div>
    	</div>

    </body>
</html>