aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage-user/ui/loading.reel/loading.html
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/montage-user/ui/loading.reel/loading.html')
-rwxr-xr-xnode_modules/montage-user/ui/loading.reel/loading.html36
1 files changed, 36 insertions, 0 deletions
diff --git a/node_modules/montage-user/ui/loading.reel/loading.html b/node_modules/montage-user/ui/loading.reel/loading.html
new file mode 100755
index 00000000..7af7e1b8
--- /dev/null
+++ b/node_modules/montage-user/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>