blob: 7781af111ac8d63630c12baf6f22cdb29fd76939 (
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
|
<!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>
|