diff options
Diffstat (limited to 'js/panels/Timeline/Span.reel/Span.html')
-rw-r--r-- | js/panels/Timeline/Span.reel/Span.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/js/panels/Timeline/Span.reel/Span.html b/js/panels/Timeline/Span.reel/Span.html new file mode 100644 index 00000000..f7e05982 --- /dev/null +++ b/js/panels/Timeline/Span.reel/Span.html | |||
@@ -0,0 +1,30 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <!-- <copyright> | ||
3 | This file contains proprietary software owned by Motorola Mobility, Inc.<br/> | ||
4 | No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/> | ||
5 | (c) Copyright 2011 Motorola Mobility, Inc. All Rights Reserved. | ||
6 | </copyright> --> | ||
7 | <html lang="en"> | ||
8 | <head> | ||
9 | <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | ||
10 | <link rel="stylesheet" type="text/css" href="css/Span.css"> | ||
11 | <script type="text/montage-serialization"> | ||
12 | { | ||
13 | "owner": { | ||
14 | "module": "js/panels/Timeline/Span.reel", | ||
15 | "name": "Span", | ||
16 | "properties": { | ||
17 | "element": {"#": "spanspace"} | ||
18 | } | ||
19 | } | ||
20 | |||
21 | } | ||
22 | </script> | ||
23 | </head> | ||
24 | <body> | ||
25 | |||
26 | <div id="spanspace" class="tween_span"> | ||
27 | </div> | ||
28 | |||
29 | </body> | ||
30 | </html> \ No newline at end of file | ||