summaryrefslogtreecommitdiff
path: root/examples/server/public_legacy/loading.html
blob: c3fd19a0f5ae77f053d434834934778b5eb1759e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<!DOCTYPE html>
<html>
    <head>
        <meta http-equiv="refresh" content="5">
    </head>
    <body>
        <div id="loading">
            The model is loading. Please wait.<br/>
            The user interface will appear soon.
        </div>
    </body>
</html>