aboutsummaryrefslogtreecommitdiff
path: root/node_modules/montage/ui/loading.reel/loading.html
blob: 00d3cab4762d07fa99f51c468d360941207c86e3 (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
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<!-- <copyright>
 This file contains proprietary software owned by Motorola Mobility, Inc.<br/>
 No rights, expressed or implied, whatsoever to this software are provided by Motorola Mobility, Inc. hereunder.<br/>
 (c) Copyright 2011 Motorola Mobility, Inc.  All Rights Reserved.
 </copyright> -->
<html>
<head>
    <title></title>
    <link rel="stylesheet" type="text/css" href="loading.css">
    <script type="text/montage-serialization">
{
    "owner": {
        "prototype": "ui/loading.reel",
        "properties": {
            "element": {
                "#": "loading"
            }
        }
    }
}
    </script>

</head>
<body>
<div class="montage-loading" data-montage-id="loading">
    <div class="section l0"></div>
    <div class="section l1"></div>
    <div class="section l2"></div>
    <div class="section l3"></div>
    <div class="section l4"></div>
    <div class="section l5"></div>
</div>
</body>
</html>