aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading.reel/loading.html
diff options
context:
space:
mode:
authorPierre Frisch2011-12-22 07:25:50 -0800
committerValerio Virgillito2012-01-27 11:18:17 -0800
commitb89a7ee8b956c96a1dcee995ea840feddc5d4b27 (patch)
tree0f3136ab0ecdbbbed6a83576581af0a53124d6f1 /node_modules/montage/ui/loading.reel/loading.html
parent2401f05d1f4b94d45e4568b81fc73e67b969d980 (diff)
downloadninja-b89a7ee8b956c96a1dcee995ea840feddc5d4b27.tar.gz
First commit of Ninja to ninja-internal
Signed-off-by: Valerio Virgillito <rmwh84@motorola.com>
Diffstat (limited to 'node_modules/montage/ui/loading.reel/loading.html')
-rwxr-xr-xnode_modules/montage/ui/loading.reel/loading.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/node_modules/montage/ui/loading.reel/loading.html b/node_modules/montage/ui/loading.reel/loading.html
new file mode 100755
index 00000000..7af7e1b8
--- /dev/null
+++ b/node_modules/montage/ui/loading.reel/loading.html
@@ -0,0 +1,36 @@
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>
8<head>
9 <title></title>
10 <link rel="stylesheet" type="text/css" href="loading.css">
11 <script type="text/montage-serialization">
12{
13 "owner": {
14 "module": "montage/ui/loading.reel",
15 "name": "Loading",
16 "properties": {
17 "element": {
18 "#": "loading"
19 }
20 }
21 }
22}
23 </script>
24
25</head>
26<body>
27<div class="montage-loading" id="loading">
28 <div class="section l0"></div>
29 <div class="section l1"></div>
30 <div class="section l2"></div>
31 <div class="section l3"></div>
32 <div class="section l4"></div>
33 <div class="section l5"></div>
34</div>
35</body>
36</html>